ewe_mem 0.0.1

Low-level memory management utilities that implement a poor man allocator wrappers
Documentation
1
2
3
4
5
6
7
8
9
10
#![cfg_attr(feature = "nightly", feature(test))]

pub mod accumulator;
pub mod encoding;
pub mod memory;
pub mod primitives;

#[cfg(test)]
#[cfg(feature = "nightly")]
mod bench;