Macros
- How Rust can build an elegant API around raw memoryThis post will explain what registers are, what are their use in bare-metal programming, and how these macros allows for smooth Rust code when working with them.
- Simple errors handling in Rust using macrosDescribes how using macros you can easily handle errors of a whole piece of software elegantly.