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§

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

Type Aliases§

  • See [config::std::Config]