rara 1.4.4

Rara is a password generator.
Documentation
1
2
3
4
5
6
7
8
#![warn(missing_docs)]
//! Rara is a password generator. This is also an sample project using [combu](https://github.com/suquiya/combu).
//! For more information, see the [repository](https://github.com/suquiya/rara).

use rara::cmd;
fn main() {
    let _r = cmd::new().run_with_auto_arg_collect();
}