#rng #rand

无需std smolcrush

A smol RNG library for Rust

7个版本

0.2.2 2023年12月17日
0.2.1 2023年12月17日
0.1.0 2023年11月21日
0.0.3 2023年7月19日

#325 in WebAssembly

每月 34 次下载
用于 fastutil

MIT 许可证

20KB
375

smolcrush

一个针对Rust的smol RNG库。

功能

  • 默认依赖一项 (rand_core)
  • no_std 和 WASM支持
  • 不使用alloc
  • 100% 安全

可选功能

  • system-rng 通过getrandom crate添加对系统RNG的支持
  • zeroize 通过zeroize crate为所有RNG添加归零支持

最低支持的Rust版本 (MSRV)

当前的MSRV是1.60.0。


lib.rs:

一个针对Rust的smol RNG库。

功能

  • 默认依赖一项 (rand_core)
  • no_std 和 WASM支持
  • 不使用alloc
  • 100% 安全

可选功能

  • system-rng 通过getrandom crate添加对系统RNG的支持
  • zeroize 通过zeroize crate为所有RNG添加归零支持

最低支持的Rust版本 (MSRV)

当前的MSRV是1.60.0。

依赖项

~37–430KB