diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-11 12:50:52 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-06-11 12:50:52 +0530 |
| commit | bdebe944330bc442f199c34c316006e4675fc799 (patch) | |
| tree | f0685bf60ab0db72486569322ba1bfbaa762286b /src | |
| parent | 37cf025f1c04b2deab2afe7dd08c1f4fa2cb18d6 (diff) | |
| parent | 44007f27014935b63e8fbe78109d7c12764bb47e (diff) | |
| download | rust-bdebe944330bc442f199c34c316006e4675fc799.tar.gz rust-bdebe944330bc442f199c34c316006e4675fc799.zip | |
Rollup merge of #26181 - Stebalien:fix-26178, r=steveklabnik
The list of in-production users is probably incomplete. It's based on a [post](https://www.reddit.com/r/rust/comments/2x567m/who_is_using_rust_or_what_projects_that_are/cox7eby) by /u/mozilla_kmc closes #26178
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/complement-lang-faq.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/doc/complement-lang-faq.md b/src/doc/complement-lang-faq.md index 4d7862788fb..7a3d1940858 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? |
