scuffle-bootstrap
[!WARNING]
This crate is under active development and may not be stable.
A utility crate for creating binaries.
Refer to Global
, Service
, and main
for more information.
See the changelog for a full release history.
Feature flags
docs
— Enables changelog and documentation of feature flags
Usage
use Arc;
/// Our global state
;
// Required by the signal service
/// Our own custom service
;
// This generates the main function which runs all the services
main!
License
This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.
SPDX-License-Identifier: MIT OR Apache-2.0