aboutsummaryrefslogtreecommitdiff
path: root/src/model/lib.rs
blob: 70d2e2ce2dec043f5e3e402130d5a2438c86a112 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#![warn(missing_docs)]
#[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;