edm-core 0.2.0

Core types and traits for edm.
Documentation
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;