|
|
|
|
|
by paulfurtado
2590 days ago
|
|
That's due to no shortage of effort by the maintainers, however: one small bug can easily lead to memory safety problems. Rust is great in this sense because you don't have to think about those issues. That said, I'd pick rust over C for most projects simply because it's a nicer language to write IMHO. It feels like a modern high-level language with things like iterators, traits, etc, and it has a great package manager too. In comparison, I find writing C to be a huge chore, especially if you're doing much string processing |
|