mirror of
https://github.com/rust-lang/book.git
synced 2026-05-17 00:23:04 -04:00
600 B
600 B
% unsafe
There is a new edition of the book and this is an old link.
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: