forked from extern/nushell
1ffbb66e64
* Initial implementation of random integer subcommand. * Added additional examples. Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
6 lines
74 B
Rust
6 lines
74 B
Rust
mod bool;
|
|
mod dice;
|
|
mod integer;
|
|
#[cfg(feature = "uuid_crate")]
|
|
mod uuid;
|