o3 0.7.0

shared-nothing primitives
Documentation
1
2
3
4
5
6
7
mod brand;
mod checked;
mod raw;

pub use brand::{BrandCell, BrandToken, RegionCell, RegionToken};
pub use checked::CheckedCell;
pub use raw::RawCell;