1 2 3 4 5 6 7
//! Data mocking utilities. mod format; mod sentence; pub(crate) use format::gen_format; pub(crate) use sentence::gen_random_sentence;