Configuer
(name inspired by dialoguer ;D)
Configuer is a tiny lib which will help you organize your configuration data
Configuer::new creates new instance of Configuer. You must provide T parameter which specify data model.
Example
use Configuer;
use ;
// Model must implement Serialize, Deserialize, CLone and Default. Debug is unneeded