References
Some useful (and official) documentation regarding unsafe:
- The unsafe Rust section of the Rust book.
- The unsafe keyword documentation in the standard library.
- The unsafe keyword section in the Rust reference.
- The unsafe code guidelines.
- The Rustonomicon.
- The subtyping and variance section of the Rust reference.