credent_cli_model 0.4.1

Reads in credentials from the CLI.
Documentation
1
2
3
4
5
6
7
#![deny(missing_debug_implementations, missing_docs)]

//! Data types used when reading credentials from CLI.

pub use crate::error::Error;

mod error;