From 64b48fd1afca776f80615ed73641dcd43baa9490 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 11 Jun 2025 14:54:54 -0400 Subject: [Rust] Add a comment to explain what the repository module does --- rust/src/repository.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/src') diff --git a/rust/src/repository.rs b/rust/src/repository.rs index a29be323..b7d61cac 100644 --- a/rust/src/repository.rs +++ b/rust/src/repository.rs @@ -1,3 +1,5 @@ +//! Interaction with plugin repositories to install and manage plugins. + mod manager; mod plugin; -- cgit v1.3.1