Skip to content

Update 2021-05-15-six-years-of-rust.md #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion posts/2021-05-15-six-years-of-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ And it isn't just Rust that has been getting bigger. Larger and larger companies
## Future Work
Of course, all that is just to start, we're seeing more and more initiatives putting Rust in exciting new places;

- Critical Section & Ferrous Systems have started [Ferrocene]. A project to make Rust a viable programming language for safety and mission critical systems across the industry.
- Critical Section & Ferrous Systems have started [Ferrocene], a project to make Rust a viable programming language for safety and mission critical systems across the industry.
- Embark Studios have released an initial prototype of [`rust-gpu`], a new compiler backend that allows writing graphics shaders using Rust for GPUs.
- The Linux project is currently [considering a proposal to add Rust as the second language to the kernel][linux-rust] to enable writing safer driver and kernel-space code.
- Google has announced that it [now supports building low level components of the Android OS in Rust][android-rust], and have already begun an effort to rewrite their bluetooth stack with Rust!
Expand Down