Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Rust takes more than a week to really get. However it has a much more mature ecosystem both in terms of available libraries as well as documentation.

One main difference is that Rust is guaranteed memory safe with generally no runtime overhead for that safety. It also has protections and abstractions to make multithreaded code safe and generally correct.





> It also has protections and abstractions to make multithreaded code safe and generally correct.

Depends on your definition of safety and correctness. Async Rust does not prevent deadlocks and make them very difficult to detect

https://rfd.shared.oxide.computer/rfd/0609




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: