Things I do prefer about Rust over C/C++
* an actual package manager!
* traits means no SFINAE silently eating half your codebase
* macros trump templates for code gen
* borrow checking is kinda cool and all
* but most importantly
std::mem::size_of::<()>() = 0
as God intended.
5
34
315



