My second impression of Rust after building a real-life use case with it and my thoughts on why it is the best general-purpose language for the future. (more…)
Read more »
This post assumes that you have an entry-level familiarity with Rust: you’ve fought with the borrow checker enough to start to internalize some of its model; you’ve defined structs, implemented traits on those structs, and derived implementations of commo... (more…)
Read more »
Scan Rust Code With Sonarqube. GitHub Gist: instantly share code, notes, and snippets. (more…)
Read more »
TensorBase is building a modern big data warehouse with performance in its core mind. - tensorbase/tensorbase... (more…)
Read more »
In writing fastnbt, I
struggled to find an in depth explanation of how to write a
deserializer with serde. I want to explore how serde works using
cargo
expand.
... (more…)
Read more »