1
2
3
4
5
//! Generate strings from a grammar.

mod genetic;
#[cfg(feature = "generation")]
pub mod weighted;