Peeking Inside a Rust Enum

During a recent Rust Q&A Session on my twitch
channel , someone asked a question that
seemed simple: why are small string types, like SmartString or SmolStr ,
the same… Read more

Similar

Code Generation in Rust vs. C++26

One of the things I like to do is compare how different languages solve the same problem — especially when they end up having very different approaches. It’s always educational. In this case, a bunch of us have been working hard on trying to get reflectio... (more…)

Read more »