aboutsummaryrefslogtreecommitdiff
path: root/src/mem.rs
blob: e32bb1363f4baeb58f17abb1840cf5b0aff2b1bc (plain)
1
2
3
4
5
//! # Memory crate
//!
//! Provides the Allocator for the OS.
pub mod alloc;
mod types;