What you'll learn
- Is Rust ready for prime time?
- Who is using Rust?
- Rust as a programming language.
- Mission-critical Rust.
Rust is a programming language. That's simple enough, but the intricacies of Rust, what it can do, and how it stacks up with other langauges is a bit more complicated. This TechXchange provides a starting point into understanding these issues. New Rust content is being added as we get it, so keep checking back. And don't forget to take our Rust poll.
Below are some articles you might be interested in as well. Check these sections for more Rust-specific content, including videos and podcasts.
Related TechXchanges
These are other TechXchanges that address Rust-related technologies and issues.
Is Rust Ready for Prime Time?
Learning About Rust
The Rust website is a good starting point for learning about Rust. Below are some articles to get your feet wet without diving in too deeply.
You can try out Rust programs online using the Rust Playground at rust-lang.org. The Rust online documentation includes the Rust Programming Language book. Plenty of other Rust books are available, too, such as Programing Rust by Jim Blandy, Jason Orendorff, and Leonora Tindall.
Using Rust for Mission-Critical Applications
Rust is designed so that it's easier to create safe and reliable programs. This is useful for any application, but it's very important for mission-critical applications such as those for transportation, medical, and industrial applications.
In many cases, mission-critical applications require certification of not only the application, but also the tools. Rust is certifiable, allowing for it to be used in many mission-critical areas.
Rust Videos and Podcasts
You can also watch, listen, and learn about Rust.
Find Who is Using Rust
More Programming TechXchanges
These are also helpful in case you want to find out about more software-development tools.