Crate opzioni

Crate opzioni 

Source
Expand description

opzioni is a strongly typed configuration library for Rust. It is designed to be easy to use and to provide a good user experience. It uses serde for serialization and deserialization. The currently supported formats are JSON, TOML and YAML.

Enums§

Error
The Error enum contains all possible errors that can occur while loading or saving a config file.

Type Aliases§

Config
See [config::std::Config]