rallo 0.3.0

Rust allocator for tracking memory usage
Documentation
1
2
3
4
5
6
7
8
9
#![allow(clippy::test_attr_in_doctest)]
#![doc = include_str!("../README.md")]

mod alloc;
mod stats;
mod unsafe_cell;

pub use alloc::*;
pub use stats::*;