mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
5fb3df4054
Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
7 lines
87 B
Rust
7 lines
87 B
Rust
mod bool;
|
|
mod decimal;
|
|
mod dice;
|
|
mod integer;
|
|
#[cfg(feature = "uuid_crate")]
|
|
mod uuid;
|