Rust - Common Misconception and The Rustonomicon

less than 1 minute read

Most common misconception on Rust programming language. One of favorite explanation is about static lifetime.

https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md

For Rust unsafe code guidance.
The Rustonomicon

Rust drop check part that is worth to read for Rust programmer.
https://doc.rust-lang.org/nomicon/dropck.html

Categories:

Updated: