cryptirust 2.0.2

A flexible password generator that creates pronounceable passwords with adjustable entropy and custom patterns.
Documentation
1
2
3
4
pub fn list() -> Vec<String> {
    let libr = vec!["abus", "acum", "adcen", "aealc", "afide", "agit"];
    return libr.iter().map(|x| x.to_string()).collect();
}