Revert "根据GPT说法,18年以后Rust可以去掉mod.rs"

This reverts commit 228e1d681e.
This commit is contained in:
mrbeanc
2023-12-28 13:55:25 +08:00
parent 4e1e13f71e
commit 3a4973ce9b
3 changed files with 0 additions and 0 deletions

11
src/models/mod.rs Normal file
View File

@@ -0,0 +1,11 @@
pub mod blob;
pub use blob::Blob;
pub mod commit;
pub use commit::Commit;
pub mod index;
pub use index::FileMetaData;
pub use index::Index;
pub mod object;
pub use object::Hash;
pub mod tree;
pub use tree::Tree;