o3 0.2.0

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

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