Rust for C/C++ developers
List of c-induced misconceptions I had to clarify when learning rust:
- move is memcpy (no move ctor): pin misconceptions
- type-punning is (sort of) okay: reddit post
List of c-induced misconceptions I had to clarify when learning rust: