//! # Memory crate //! //! Provides the Allocator for the OS. pub mod alloc; mod types;