smolcrush

Crates.iosmolcrush
lib.rssmolcrush
version0.2.2
sourcesrc
created_at2023-07-19 00:07:02.80129
updated_at2023-12-17 05:12:16.152246
descriptionA smol RNG library for Rust.
homepagehttps://github.com/notsatvrn/smolcrush
repositoryhttps://github.com/notsatvrn/smolcrush
max_upload_size
id919898
size20,463
satvrn (notsatvrn)

documentation

https://docs.rs/smolcrush

README

smolcrush

A smol RNG library for Rust.

Features

  • One dependency by default (rand_core)
  • no_std and WASM support
  • No alloc usage
  • 100% safe

Optional Features

  • system-rng adds support for using system RNG using the getrandom crate
  • zeroize adds zeroing support to all RNGs using the zeroize crate

Minimum Supported Rust Version (MSRV)

The current MSRV is 1.60.0.

Commit count: 15

cargo fmt