forever-rs

Crates.ioforever-rs
lib.rsforever-rs
version0.1.2
sourcesrc
created_at2022-04-01 03:43:45.555367
updated_at2022-11-18 03:23:47.289263
descriptionThe complete solution for Rust command-line interfaces
homepagehttps://github.com/tickbh/forever-rs
repositoryhttps://github.com/tickbh/forever-rs
max_upload_size
id560085
size31,430
问蒙框架服务 (tickbh)

documentation

README

forever-rs

rust守护进程, 轻松实现守护

Cargo.toml dependencies

[dependencies]
forever-rs = { version = "0.1.0" }

example

监控文件改变就自动重启, 或者子进程意外退出重启

#[forever_rs::main(monitor_file="Cargo.lock", max_times=6)]
fn main() {
    println!("Hello, world!");
}
Commit count: 14

cargo fmt