#status #stop #start #daemon #your-app

sssd

A simple way to let your app support like ./your_app start | stop | status | daemon

2 stable releases

1.0.1 Jul 23, 2023

#62 in #stop

MIT license

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