credent_fs_model 0.3.0

Reads / Writes credentials from / to disk.
Documentation
1
2
3
4
5
6
7
8
#![deny(missing_debug_implementations, missing_docs)]

//! Data types used when reading credentials from the file system.

pub use crate::{app_name::AppName, error::Error};

mod app_name;
mod error;