1//! A set of basic auth flavors specified in RFC 5531. 2 3mod flavor; 4mod unix_params; 5 6pub use flavor::*; 7pub use unix_params::*;