proc-daemon 0.9.0

A foundational framework for building high-performance, resilient daemon services in Rust. Handles all the boilerplate for signal handling, graceful shutdown, logging, and configuration.
Documentation
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