alloc-singleton 0.1.0

Memory allocators backed by singletons that own statically allocated memory
1
2
3
4
//! Memory allocators that only work on nightly

pub mod consts;
pub mod pool;