This is what I thought about Rust while learning it. From a pragmatic perspective. (more…)
Read more »
An optimized implementation of librsync in pure Rust. - dropbox/fast_rsync... (more…)
Read more »
The Result type is the de facto way of handling errors in Rust, and it is clever; maybe too clever. I will explain Result in plain English. (more…)
Read more »
A high level diffing library for rust based on diffs - mitsuhiko/similar... (more…)
Read more »
One of the reasons that I created the Rust OpenAI framework was so that I could code general algorithms into bots with high performance… (more…)
Read more »