Is there an equivalent of ninja for rust yet?
It depends on what you mean by 'equivalent of ninja.'
Cargo is the standard build system for Rust projects, though some users use other ones. (And some build those on top of Cargo too.)
It depends on what you mean by 'equivalent of ninja.'
Cargo is the standard build system for Rust projects, though some users use other ones. (And some build those on top of Cargo too.)