Expand description
Universal service crate for building cross platform OS services
Structs§
- Base
Service - A base service implementation that can be used to build services.
Traits§
- Service
App - A service application.
Functions§
- run_
service - Executes a service. If being started by the service manager,
service_modemust betrue. If being started interactively,service_modemust befalse.
Type Aliases§
- Result
- The result type for this crate. The error type is simply a boxed error trait object.