rust守护进程, 轻松实现守护
[dependencies] forever-rs = { version = "0.16" }
监控文件改变就自动重启, 或者子进程意外退出重启 ```
fn main() { println!("Hello, world!"); } ```