#status #start #daemon #stop #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

#43 in #start

Download history 34/week @ 2024-02-26 54/week @ 2024-03-25

56 downloads per month

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