rust_unique_pass 0.11.0

A CLI tool for generating a strong password.
Documentation
1
2
3
4
5
6
7
8
9
#[path = "cli.rs"]
mod cli_items;
pub use cli_items::*;

pub mod user_interface;
pub use user_interface::*;

pub mod reporting;
pub use reporting::{ReportOutput, build_report_output, format_generation_error, run_cli};