| Crates.io | optify |
| lib.rs | optify |
| version | 0.19.0 |
| created_at | 2025-01-29 22:02:50.717316+00 |
| updated_at | 2025-09-05 11:54:52.043678+00 |
| description | 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. |
| homepage | https://github.com/juharris/optify/tree/main/rust/optify |
| repository | https://github.com/juharris/optify/tree/main/rust/optify |
| max_upload_size | |
| id | 1535622 |
| size | 142,451 |
The core implementation of Optify in Rust. 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.
See tests for examples and tests for different implementations of this format for managing options.
See the root README.md for more information and examples.
⚠️ Development in progress ⚠️
APIs are not final and may change, for example, names may change.
This is just meant to be minimal to get started and help build Python and Ruby libraries.
The config crate (library) is used to help combine configuration files.
Optionally, when working locally, there is support to watch for changes to the configuration files and folders using the notify-debouncer-full crate (library).
Run:
cargo test
To automatically change code, run:
cargo fmt && cargo clippy --fix --allow-dirty --allow-staged
cargo login
cargo publish