mikros 0.3.0

An optionated crate to help building multi-purpose applications.
Documentation
1
2
3
4
5
6
7
// Module internal errors
crate::module_errors!(
    Error {
//        SettingsError(e: String) => "{}",
        VariableNotSet(v: String) => "'{}' is not set"
    }
);