/ninja-rs

Ninja is a small build system with a focus on speed. Rust language port.

Primary LanguageRustApache License 2.0Apache-2.0

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`.