Docs.rs
libdice-0.1.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
libdice 0.1.0
A package for parsing simple dice-rolling expressions
Crate
Source
Builds
Feature flags
Documentation
Coverage
2.33%
1
out of
43
items documented
0
out of
6
items with examples
Size
Source code size: 10.64 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 583.98 kB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 21s
Average build duration of
successful
builds.
all releases: 21s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
Repository
crates.io
Dependencies
lazy_static ^1.4.0
normal
pest ^2.7.10
normal
pest_derive ^2.7.10
normal
Versions
0.1.0
(2024-05-20)
Owners
Libdice
Example usage
let text = "10d20 + 5"; let results = libdice::load(text); println!("{:#?}", results);