nushell/crates/nu-cli/tests/commands/random/mod.rs
2020-12-09 06:43:46 +13:00

8 lines
98 B
Rust

mod bool;
mod chars;
mod decimal;
mod dice;
mod integer;
#[cfg(feature = "uuid_crate")]
mod uuid;