cap-rand

Crates.iocap-rand
lib.rscap-rand
version
sourcesrc
created_at2020-09-24 19:12:22.98355
updated_at2024-12-04 01:52:07.099554
descriptionCapability-based random number generators
homepage
repositoryhttps://github.com/bytecodealliance/cap-std
max_upload_size
id292622
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(wasmtime-publish)

documentation

README

cap-rand

Capability-based random number generators

Github Actions CI Status crates.io page docs.rs docs

The cap-rand crate provides a capability-based interface to random number generators via the rand crate.

Commit count: 1416

cargo fmt