nushell/crates/nu-command/tests/commands/random/mod.rs

8 lines
98 B
Rust
Raw Normal View History

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