1
2
3
4
//! A fast standard library for Rust.

pub(crate) mod hash;
pub mod rand;