Hacker News new | ask | show | jobs
by cwzwarich 4892 days ago
Has any interesting large program been written in Rust besides the Rust compiler itself?
1 comments

Not really. The closest is Servo,[1][2] the massively-concurrent browser engine that the language was designed to create. But it's not very featureful yet, and is only a few thousand lines (compared to 100+ kloc for the Rust compiler itself).

[1] https://github.com/mozilla/servo

[2] https://github.com/mozilla/servo/wiki/Design