1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-30 18:46:29 +02:00
nushell/crates/nu-command/tests/commands/random/mod.rs
2022-02-07 14:54:06 -05:00

8 lines
98 B
Rust

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