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).

/// The `cmd` module contains the command-line interface for Rara.
pub mod cmd;
/// The `pwgen` module contains the password generation logic.
pub mod pwgen;