mem_macros
std::mem::size_of and std::mem::align_of as a macro, to avoid turbofish notation.
std::mem::size_of
std::mem::align_of
```
extern crate memmacros; asserteq!(1, size_of!(u8)); ```