rrq-config
Shared configuration loader and settings types for RRQ.
This crate is used by the Rust orchestrator and by the FFI producer bindings to ensure consistent config parsing and defaults across languages.
Usage
use load_toml_settings;
let settings = load_toml_settings?;
println!;
Producer settings
use load_producer_settings;
let producer_settings = load_producer_settings?;
License
Apache-2.0