config_watcher 0.11.0

Config Watcher is a Rust library for tracking configuration items from files, Kubernetes ConfigMaps, and MQTT topics, providing real-time updates and structured data parsing.
Documentation
1
2
3
4
5
6
pub mod backend;
pub mod config_item_watcher;
mod watcher;

pub use config_item_watcher::*;
pub use watcher::*;