garage_model 0.7.0

Core data model for the Garage object store
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[macro_use]
extern crate tracing;

pub mod permission;

pub mod block_ref_table;
pub mod bucket_alias_table;
pub mod bucket_table;
pub mod key_table;
pub mod object_table;
pub mod version_table;

pub mod garage;
pub mod helper;
pub mod migrate;