garage_model 0.8.0

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

// For migration from previous versions
pub(crate) mod prev;

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 migrate;