Logo of a litchi fruit Litchi Pi
Litchi Pi
  • Accueil
  • Articles
  • RSS
  • Email
  • Github
  • Mastodon
  • How Rust can build an elegant API around raw memory
    06/09/2023
    This 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 macros
    03/09/2022
    Describes how using macros you can easily handle errors of a whole piece of software elegantly.