▲ | cmrdporcupine 8 months ago | |
Early Rust was a very different beast. But could say the same about Python pre-1995 or so. My biggest problems with Rust, though, are Cargo and Crates.io, not the language. | ||
▲ | dhosek 8 months ago | parent | next [-] | |
Weird, cargo and crates.io is why I ended up deciding on Rust for developing finl rather than C++. The lack of standardized build/dependency management in C++ was a major pain point. | ||
▲ | anacrolix 8 months ago | parent | prev | next [-] | |
crates and cargo are better than Rust actual | ||
▲ | gary_0 8 months ago | parent | prev [-] | |
Cargo and crates.io are something C/C++ developers would kill for (which is why cargo is what it is, I think). |