o3 0.1.0

shared-nothing primitives
Documentation
1
2
3
4
5
6
7
8
9
mod raw;
mod read;
mod rolling;
mod shared;

pub use raw::{Raw, RawMut};
pub use read::{Read, Write};
pub use rolling::Rolling;
pub use shared::{Owned, Shared};