Blog
Hi, find out more about me
Hi, find out more about me
Found an interesting article about Go slice search vs map lookup performance. The TLDR surprised me.
Learned that mod.rs files are the old way. Rust 1.30+ has a better convention.
Debugging Rust macros is painful. Compiler errors point to the macro invocation, not what it generates. cargo-expand fixes that.