There are lots of things I don't know until I learn how to use them, duh.
Cargo is great, for pure Rust codebases, otherwise it is build.rs or having to learn another build system, and then people aren't that happy any longer.
Build.rs is great on most cases. The important thing is that it's easy for users to download and build everything.
Build.rs is great on most cases. The important thing is that it's easy for users to download and build everything.