easy_config 0.5.3

A language, parser, and lexer designed to make easy to read and write configuration files.
Documentation
1
2
3
pub trait Describe {
    fn describe(&self, source_text: impl AsRef<str>) -> String;
}