An open API service indexing awesome lists of open source software.

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

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.