From 44007f27014935b63e8fbe78109d7c12764bb47e Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 10 Jun 2015 11:47:44 -0400 Subject: [PATCH] Rust is now post-1.0 closes #26178 --- src/doc/complement-lang-faq.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md index 4d7862788fb2a..7a3d194085862 100644 --- a/src/doc/complement-lang-faq.md +++ b/src/doc/complement-lang-faq.md @@ -30,15 +30,13 @@ You may also be interested in browsing [trending Rust repositories][github-rust] ## Is anyone using Rust in production? -Currently, Rust is still pre-1.0, and so we don't recommend that you use Rust -in production unless you know exactly what you're getting into. - -That said, there are two production deployments of Rust that we're aware of: +Yes. For example (incomplete): * [OpenDNS](http://labs.opendns.com/2013/10/04/zeromq-helping-us-block-malicious-domains/) * [Skylight](http://skylight.io) - -Let the fact that this is an easily countable number be a warning. +* [wit.ai](https://github.com/wit-ai/witd) +* [Codius](https://codius.org/blog/codius-rust/) +* [MaidSafe](http://maidsafe.net/) ## Does it run on Windows?