bindle 0.9.1

An aggregate object storage system for applications
Documentation
1
2
3
/// A Marker trait that should not be exposed publicly. It is used to mark a trait as "sealed",
/// which means that the trait cannot be implemented outside of this crate
pub trait Sealed {}