giv 0.2.3

A CLI for generating useful values.
Documentation
1
2
3
4
5
6
7
8
9
10
/// Execution logic for RNG specifications.
pub mod execute;
/// Random number generation functions.
pub mod generator;
/// Output formatting for RNG results.
pub mod output;
/// Result types for RNG operations.
pub mod result;
/// Specification parsing for RNG commands.
pub mod spec;