diff options
| author | Igor Tolmachev <me@igorek.dev> | 2024-06-21 13:39:27 +0900 |
|---|---|---|
| committer | Igor Tolmachev <me@igorek.dev> | 2024-06-23 15:34:35 +0900 |
| commit | 62aaae347d87c5c9411f1e9f8db525b7c2c603d2 (patch) | |
| tree | e4e8ac46f13465d99b59a7766291959eeb23248c /src/lib.rs | |
| parent | afb8ab448949eb19e09e1bdb4b263dc487a9be21 (diff) | |
| download | archivator-62aaae347d87c5c9411f1e9f8db525b7c2c603d2.tar.gz archivator-62aaae347d87c5c9411f1e9f8db525b7c2c603d2.zip | |
Save changes 2024-06-21
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | mod archive; | 1 | mod archive; |
| 2 | mod error; | 2 | mod error; |
| 3 | mod structs; | ||
| 4 | 3 | ||
| 5 | pub mod driver; | 4 | pub mod driver; |
| 5 | pub mod structs; | ||
| 6 | pub mod zip; | 6 | pub mod zip; |
| 7 | 7 | ||
| 8 | pub use archive::Archive; | 8 | pub use archive::Archive; |
