Taping Memory
Method call resolution in Rust for type parameters
3 minute read Published: 2025-07-08The way method resolution works in Rust is specified in this section of the reference.
Surprised about drop order behavior
3 minute read Published: 2025-06-30I was experimenting with the lifetime constraints for tokio channels, I wanted to understand how it enforces sane lifetimes for the type of the value sended.