Blog Datasheets Home About me Clients My work Services Contact

G2Labs Grzegorz Grzęda

Ownership and borrowing in Rust

January 20, 2024

Deep Dive Into Ownership and Borrowing

Ownership

Borrowing

Lifetimes

Transition Tips for C Developers

These concepts form the backbone of Rust’s approach to memory safety and efficient resource management. While they represent a shift from C’s manual memory management, they offer a powerful toolset for writing safe and efficient code.


➡️ Understanding AVR Atmega-328: A Beginner's Guide


⬅️ Developing secure applications with the nRF52: cryptography and secure boot


Go back to Posts.