Accessing or Modifying a Mutable Static Variable
We've learned about calling unsafe functions. Now, let's learn about Accessing or Modifying a Mutable Static Variable.
We've learned about calling unsafe functions. Now, let's learn about Accessing or Modifying a Mutable Static Variable.
We've learned how to call C code from Rust. Now, let's learn about Calling Rust Code from C.
We've learned about raw pointers. Now, let's learn about Calling unsafe Functions or Methods.
We've learned about unsafe traits. Now, let's learn about the Foreign Function Interface (FFI): Calling C Code from Rust.
We've learned about mutable static variables. Now, let's learn about Implementing an unsafe Trait.
We've learned a lot about FFI. Now, it's time to put it all together in a Project: A Simple Wrapper around a C Library.
We've been introduced to unsafe Rust. Now, let's take a closer look at Unsafe Pointers and Raw Pointers.
Welcome to our new series on unsafe Rust and FFI! To kick things off, let's learn about Unsafe Superpowers: An Introduction to unsafe Rust.