o3 0.6.0

shared-nothing primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
const _: () = assert!(
    usize::BITS >= 64,
    "o3 requires a 64-bit target: capacities are u32 and index/layout math assumes usize >= u32"
);

pub mod marker;

pub mod buffer;
pub mod cell;
pub mod collections;
pub mod mem;