diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +/// Data +pub mod data; + // Feature `vcs` #[cfg(feature = "vcs")] pub mod vcs { |
![]() |
index : JustEnoughVCS/VersionControl.git | |
| JustEnoughVCS Core Library |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 3 |
@@ -1,3 +1,6 @@ +/// Data +pub mod data; + // Feature `vcs` #[cfg(feature = "vcs")] pub mod vcs { |