1//! Configuration file handling for _Signstar hosts_. 2 3pub mod base; 4pub mod credentials; 5pub mod error; 6pub mod mapping;