| Crates.io | universal-service |
| lib.rs | universal-service |
| version | 0.1.0 |
| created_at | 2023-06-28 08:08:59.119118+00 |
| updated_at | 2023-06-28 08:08:59.119118+00 |
| 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-rsThe 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