let else

topics

  • justfiles
  • time - jiff vs chrono vs time
  • xtask and xshell
  • project organization
  • extension_trait
  • global initialization - lazy_static vs once_cell vs std
    • lazy_static -> LazyLock
    • lazy_static can be used with a spin lock
    • OnceLock is in std
  • error handling
  • ideomatic casting
  • ideomatic math