Docs.rs
entroll-core-0.1.2
entroll-core 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
yamaura
Dependencies
rand ^0.8.5
normal
thiserror ^1
normal
Versions
32.26%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Crate entroll_core
entroll_
core
0.1.2
All Items
Crate Items
Re-exports
Modules
Structs
Traits
Crate
entroll_
core
Copy item path
Source
Re-exports
§
pub use crate::ranges::
Ranges
;
Modules
§
ranges
Structs
§
Ascii
Faces
AsciiFaces is a type that contains ascii charactors.
Compact
Wrapper
Dice
Dice
struct represents an implementation of dice, using a generic
Faces
collection and RNG.
Invalid
Charactor
Non ascii charactor error.
Rollable
Traits
§
Compact
Compact form. using ranges. like a-z, A-Z, 0-9, etc.
Faces
Faces
is a trait defining behavior for objects that have a set number of faces, like dice. It provides methods to calculate the entropy based on the number of faces.
ToDice