1 2 3 4 5 6
//! Multiple backends for storing authentication data. pub mod file; pub mod keyring; pub mod memory; pub mod netrc;