https://github.com/onesignal/rust-service
A framework for writing system services
https://github.com/onesignal/rust-service
Last synced: 9 months ago
JSON representation
A framework for writing system services
- Host: GitHub
- URL: https://github.com/onesignal/rust-service
- Owner: OneSignal
- License: apache-2.0
- Created: 2018-04-10T17:12:29.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-06-02T20:20:23.000Z (almost 5 years ago)
- Last Synced: 2024-10-31T11:55:21.527Z (over 1 year ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 4
- Watchers: 32
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
system-service
==============
A framework for writing system services
## About
Every application which runs as a service should implement things like logging,
signal handling, graceful shutdown, CLI option parsing, and configuration file
parsing. This package provides a semi-opinionated framework for doing so.
## Documentation
For usage instructions, please see the crate documentation.