jubako 0.3.0

The reference implementation of the Jubako container format
Documentation
1
2
3
4
5
6
7
8
9
mod entry;
mod properties;
mod property;

pub(crate) use entry::Entry;
pub(crate) use properties::Properties;
pub(crate) use property::Property;

use super::{StoreHandle, Value};