1//! Unstable Rust code 2//! 3//! They exist to use what is defined in nighty in stable Rust. 4pub mod alloc; 5pub mod ptr; 6pub mod slice;