Expand description
Small query language for pseudorandomness
See https://github.com/Zheoni/rng-query for the syntax and CLI.
Run a whole input with run
or manage line by line with State
and it
methods.
All Display
implementations of the crate may output ANSI color codes.
Use something like anstream if you dont want
colors.
Re-exports
pub use coin::CoinResult;
pub use dice::RollResult;
pub use interval::IntervalResult;
Modules
- Coin expression
- Dice expression
- Interval expression
Structs
- Customize the separators used
- Query interpreter
- Output of a query
Enums
- Entry result
- Query error
Functions
- Run a whole “program”