2 stable releases
1.0.1 | Jul 23, 2023 |
---|
#62 in #stop
5KB
97 lines
A simple way to let your app support like ./your_app start | stop | status | daemon.
#[actix_web::main]
async fn main() {
sssd::create(|| your_async_func()).await
}
Dependencies
~0.7–1MB
~19K SLoC