mallockit 0.1.0

A framework for building malloc implementations in Rust
Documentation
1
2
3
4
5
6
#[doc(hidden)]
pub mod hooks;
pub mod log;
pub mod raw_memory;

pub use raw_memory::RawMemory;