Design

#Design/Interning

- The power of interning: making a time series database 2000x smaller in Rust | Blog | Guillaume Endignoux: This week-end project started by browsing the open-data repository of Paris’ public transport network, which contains various APIs to query real-time departu...

- Fast and Simple Rust Interner: This post describes a simple technique for writing interners in Rust which I haven't seen documented before.

#Design/TypeDrivenDevelopment

- Master Hexagonal Architecture in Rust: Everything you need to write flexible, future-proof Rust applications using hexagonal architecture.