Hacker News new | past | comments | ask | show | jobs | submit login

Rust doesn't have a runtime, so there's no runtime code to ship in the first place. It's as low level as C, but with a modern syntax and accompanying core and standard libraries. Thread support is done by using existing OS primitives for threading.



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

Search: