Untapped potential in Rust’s type system

Today, I’m writing about what types can be used for other than checking code properties. It will involve a good chunk of dynamic typing, and yes it’s in Rust. There are some wild ideas in it, so fasten your seatbelt and get ready for a ride! Read more

Similar

Caches in Rust

In this post I’ll describe how to implement caches in Rust.It is inspired by two recent refactors I landed at nearcore (nearcore#6549, nearcore#6811).B... (more…)

Read more »