Initial implementation of the random decimal subcommand. (#2762)

Co-authored-by: Stacy Maydew <stacy.maydew@starlab.io>
This commit is contained in:
smaydew
2020-11-24 02:19:48 -07:00
committed by GitHub
parent 8b597187fc
commit 5fb3df4054
6 changed files with 153 additions and 1 deletions

View File

@ -1,4 +1,5 @@
mod bool;
mod decimal;
mod dice;
mod integer;
#[cfg(feature = "uuid_crate")]