← Back to context Comment by RS-232 6 months ago Is there an equivalent of ninja for rust yet? 1 comment RS-232 Reply steveklabnik 6 months ago 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.)
steveklabnik 6 months ago 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.)