optify 1.3.1

Simplifies getting the right configuration options for a process using pre-loaded configurations from files (JSON, YAML, etc.) to manage options for experiments or flights. This library is mainly made to support building implementations for other languages such as Node.js, Python, and Ruby. It is not meant to be consumed directly yet.
Documentation
1
2
3
4
5
6
7
8
9
pub mod builder;
pub mod configurable_string;
pub(crate) mod configurable_values;
pub(crate) mod json;
pub mod provider;
pub mod schema;

pub use provider::OptionsProvider;
pub use provider::OptionsWatcher;