diff options
| author | Mason Reed <mason@vector35.com> | 2025-06-11 14:54:54 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-02 01:56:53 -0400 |
| commit | 64b48fd1afca776f80615ed73641dcd43baa9490 (patch) | |
| tree | da1c8909a506f9e344a5ef2b31e521943f296cbf /rust/src | |
| parent | 15c7af50d7c320ca1f1fede1ccd671e5d8a21fa6 (diff) | |
[Rust] Add a comment to explain what the repository module does
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/repository.rs | 2 |
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; |
