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
pub mod configurable_string_impl;

// Re-export the main types for easier access
pub use configurable_string_impl::{
    ConfigurableString, LoadedFiles, ReplacementObject, ReplacementValue,
};