gnosis 0.1.0

Gnosis — enterprise knowledge compiler (CLI + library)
Documentation
1
2
3
4
5
6
7
8
9
mod csv;
mod json;
mod toml_prov;
mod yaml;

pub use csv::CsvProvider;
pub use json::JsonProvider;
pub use toml_prov::TomlProvider;
pub use yaml::YamlProvider;