reload_config

Crates.ioreload_config
lib.rsreload_config
version0.1.5
sourcesrc
created_at2021-09-08 20:43:41.397399
updated_at2021-09-09 11:47:28.71917
descriptionA small library for hot reloading configuration files without restarting the process.
homepagehttps://github.com/kondanta/reload_config
repositoryhttps://github.com/kondanta/reload_config
max_upload_size
id448620
size10,983
Taylan Dogan (kondanta)

documentation

https://docs.rs/reload_config

README

Config Reload

It is a small library for services that needs hot reload for their config files when they are updated without stop/starting the process. Internal implementation may need serious refactor like freeing config from Arc<Mutex>>.

Commit count: 3

cargo fmt