cargomon 0.1.1

A Rust implementation of nodemon for automatic rebuilding and running of Rust projects
Documentation
1
2
3
4
5
use cargomon;

fn main() {
    cargomon::run();
}