1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#![deny(missing_debug_implementations, missing_docs)]

//! Control Credent from the command line.
//!
//! ```text,ignore
//!                _         _
//!  ___ ___ ___ _| |___ ___| |_
//! |  _|  _| -_| . | -_|   |  _|
//! |___|_| |___|___|___|_|_|_|
//! ```

pub use credent_cli as cli;
pub use credent_fs as fs;
pub use credent_model as model;