Today we are going to try to implement self-references in safe Rust!
Rust iterators tips and tricks
A few tips on how to implement iterators.
Static polymorphism, non-virtual interface, stateless types and Rust
What a bunch of scary words! Today we are going to explore a way to create a text formatter without any runtime overhead, in Rust.
Memory efficient serialization of tagged union
Today we are going to play with some low-level transformations to use fewer bytes to store an array of tagged union.