Crates.io | universal-service |
lib.rs | universal-service |
version | 0.1.0 |
source | src |
created_at | 2023-06-28 08:08:59.119118 |
updated_at | 2023-06-28 08:08:59.119118 |
description | A Rust crate that provides building blocks for creating service binaries across operating system platforms. |
homepage | |
repository | https://github.com/oko/windows-service-detector-rs |
max_upload_size | |
id | 901913 |
size | 22,152 |
universal-service-rs
The universal-service
crate provides building blocks for creating service binaries across operating system platforms.
See examples/service.rs
for a fully functional demo service:
cargo build --example service
On Windows, you can demonstrate the native Windows Service integration by running (as Administrator):
.\example-service-test.ps1