proc-daemon 1.0.1

High-performance async daemon framework for Rust services: cross-platform signal handling, graceful shutdown, subsystem lifecycle management, hot-reload config, and structured logging. Tokio-first.
1
2
3
4
5
6
7
8
# Exclude development directories from archive exports
/tests            export-ignore
/docs             export-ignore
/.github          export-ignore
/.gitignore       export-ignore

# Tell GitHub how to highlight .noml files
*.noml linguist-detectable=true linguist-language=TOML