Taping Memory

Fun with Pin UB

2 minute read Published: 2025-07-11

Method call resolution in Rust for type parameters

3 minute read Published: 2025-07-08

The 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-30

I 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.