How can you support me?

All of the articles, videos, and open source contributions that are made here are funded directly by individuals and companies through donations.

  • GitHub Sponsors is based in the US, pays through Stripe
  • Patreon has the highest fees, but it’s here too out of convenience.

The “Silver” tier gives you advance access to articles and videos, one week before they’re made available to everyone else. Every piece of content ends up publicly available eventually — I consider my work a public service.

For those who cannot afford to pitch in financially, you can still help:

I’m extremely lucky to be able to contribute to the Rust ecosystem as an independent, and can only do it through the support of people like you.

Thank you so much for your continued support, I owe y’all everything.

(JavaScript is required to see this. Or maybe my stuff broke)

Did you know I also make videos? Check them out on PeerTube and also YouTube!

Here's another article just for you:

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 size as String, but small vec types, like SmallVec, are larger than Vec?

Now I know I just used the adjective simple, but the truth of the matter is: to understand the question, we’re going to need a little bit of background.