sssd

Crates.iosssd
lib.rssssd
version1.0.1
sourcesrc
created_at2023-07-23 15:37:27.292894
updated_at2023-07-23 15:51:57.779544
descriptionA simple way to let your app support like ./your_app start | stop | status | daemon.
homepage
repositoryhttps://github.com/funtoy/sssd
max_upload_size
id923818
size4,544
(funtoy)

documentation

README

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
}
Commit count: 3

cargo fmt