Unsafe Rust

Rust has a lot of safety checks that ensure memory safety and allow us to completely avoid a lot of the common errors that plague other languages with unrestricted memory freedom. But sometimes said freedom is required for us to do what we want or have to do as programmers, and that is where Unsafe Rust comes in.

Table of contents

Why and when to use UnsafeThe Five Superpowers of Unsafe RustSuperpowers explainedWhy and when to use Unsafe

Using Unsafe-marked code to take advantage of one or ...

 •  0 comments  •  flag
Share on Twitter
Published on November 27, 2021 08:31
No comments have been added yet.