This is a Rust port of Ninja, which is a small build system with a focus on speed. See the manual -- https://ninja-build.org/manual.html or doc/manual.asciidoc included in the distribution -- for background and more details. To build your own binary, just run `cargo build`.
scalarwaves/ninja-rs
Ninja is a small build system with a focus on speed. Rust language port.
RustApache-2.0