Crates.io | forever-rs |
lib.rs | forever-rs |
version | 0.1.2 |
source | src |
created_at | 2022-04-01 03:43:45.555367 |
updated_at | 2022-11-18 03:23:47.289263 |
description | The complete solution for Rust command-line interfaces |
homepage | https://github.com/tickbh/forever-rs |
repository | https://github.com/tickbh/forever-rs |
max_upload_size | |
id | 560085 |
size | 31,430 |
rust守护进程, 轻松实现守护
[dependencies]
forever-rs = { version = "0.1.0" }
监控文件改变就自动重启, 或者子进程意外退出重启
#[forever_rs::main(monitor_file="Cargo.lock", max_times=6)]
fn main() {
println!("Hello, world!");
}