Hacker News new | ask | show | jobs
by atmosx 4317 days ago
Is there any project in Rust that is deployed even in dev environments?
1 comments

There are two production deployments of Rust (that we know about):

* http://labs.opendns.com/2013/10/04/zeromq-helping-us-block-m...

* http://skylight.io : the gem you install to monitor your app is written in Rust.

Ty Steve :-)