Skip to content

add links for the Rust programming language#64

Open
rursprung wants to merge 1 commit into
m2n037:masterfrom
rursprung:add-rust
Open

add links for the Rust programming language#64
rursprung wants to merge 1 commit into
m2n037:masterfrom
rursprung:add-rust

Conversation

@rursprung
Copy link
Copy Markdown

@rursprung rursprung commented Jun 16, 2025

C, C++ and similar languages suffer from various security issues which cannot be solved by adding more code analysis tools and code reviews, as identified by Google 1, Microsoft 2 et al.
over the last few years Rust has been the go-to language for systems programming, both in existing code bases (it supports full interop with other languages through the C ABI) and new code bases and a vibrant ecosystem has sprung up around using it for embedded systems.

C, C++ and similar languages suffer from various security issues which
cannot be solved by adding more code analysis tools and code reviews, as
identified by Google [1], Microsoft [2] et al.
over the last few years Rust has been the go-to language for systems
programming, both in existing code bases (it supports full interop with
other languages through the C ABI) and new code bases and a vibrant
ecosystem has sprung up around using it for embedded systems.

[1]: https://security.googleblog.com/2022/12/memory-safe-languages-in-android-13.html
[2]: https://msrc.microsoft.com/blog/tags/rust/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant