garage_model 1.0.0

Core data model for the Garage object store
Documentation
#[macro_use]
extern crate tracing;

pub mod permission;

pub mod index_counter;

pub mod bucket_alias_table;
pub mod bucket_table;
pub mod key_table;

#[cfg(feature = "k2v")]
pub mod k2v;
pub mod s3;

pub mod garage;
pub mod helper;
pub mod snapshot;