xdice 0.1.0

Rust wrapper for dice.
Documentation
  • Coverage
  • 2.23%
    4 out of 179 items documented0 out of 81 items with examples
  • Size
  • Source code size: 157.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.71 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • luodeb

xdice

A note about licensing

This crate is based on the upstream open-dice repository (https://android.googlesource.com/platform/external/open-dice/).

build

cargo build
cargo build --target aarch64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl
cargo build --no-default-features --features std --target aarch64-unknown-linux-musl
cargo build --features nostd --target aarch64-unknown-linux-musl

test

Unit tests run on the host with the standard Cargo test harness:

cargo test