fstd 0.1.2

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

pub(crate) mod hash;
pub mod rand;