←back to thread

302 points Bogdanp | 2 comments | | HN request time: 0s | source
1. RS-232 ◴[] No.44390933[source]
Is there an equivalent of ninja for rust yet?
replies(1): >>44391035 #
2. steveklabnik ◴[] No.44391035[source]
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.)