fstd/
lib.rs

1//! A fast standard library for Rust.
2
3pub(crate) mod hash;
4pub mod rand;