Comprehensive Understanding of Unsafe Rust #101
Replies: 2 comments
-
Amazing article! I need a project to practice low-level Rust to gain better understand of the language. Thanks to you I know the basics, but I need a project! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for this piece, it's very informative and a great intro to understanding unsafe rust! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Comprehensive Understanding of Unsafe Rust
As is well known, the Rust language consists of two major parts: Safe Rust and Unsafe Rust. Unsafe Rust is a superset of Safe Rust. This means that all code written in Safe Rust can also work normally
https://rustmagazine.org/issue-3/understand-unsafe-rust/
Beta Was this translation helpful? Give feedback.
All reactions