Back to Rust Lang

Unsafe

redirects/unsafe.md

latest599 B
Original Source

% unsafe

<small>There is a new edition of the book and this is an old link.</small>

Rust has a second language hiding out inside of it, unsafe Rust, which does not enforce memory safety guarantees.


Here are the relevant sections in the new and old books: