Crates.io | reload_config |
lib.rs | reload_config |
version | 0.1.5 |
source | src |
created_at | 2021-09-08 20:43:41.397399 |
updated_at | 2021-09-09 11:47:28.71917 |
description | A small library for hot reloading configuration files without restarting the process. |
homepage | https://github.com/kondanta/reload_config |
repository | https://github.com/kondanta/reload_config |
max_upload_size | |
id | 448620 |
size | 10,983 |
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>>
.