summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-06-11 14:54:54 -0400
committerMason Reed <mason@vector35.com>2025-07-02 01:56:53 -0400
commit64b48fd1afca776f80615ed73641dcd43baa9490 (patch)
treeda1c8909a506f9e344a5ef2b31e521943f296cbf /rust/src
parent15c7af50d7c320ca1f1fede1ccd671e5d8a21fa6 (diff)
[Rust] Add a comment to explain what the repository module does
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/repository.rs2
1 files changed, 2 insertions, 0 deletions
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;