garage/src/model/lib.rs
Trinity Pointard c8906f200b
All checks were successful
continuous-integration/drone/pr Build is passing
make most requested changes
2021-04-06 05:28:47 +02:00

11 lines
174 B
Rust

#[macro_use]
extern crate log;
pub mod block;
pub mod block_ref_table;
pub mod bucket_table;
pub mod garage;
pub mod key_table;
pub mod object_table;
pub mod version_table;