Using async Rust libraries is usually easy. It's just like using normal Rust code, with a little async or .await here and there. But writing your own async libraries can be hard. The first time I tried this, I got really confused by arcane, esoteric synta... (more…)
Read more »
Tokenizations alignment library for Rust and Python, written in Rust - tamuhey/tokenizations... (more…)
Read more »
Recently I’ve been working in static analysis land and as a part of that have been familiarizing myself with data flow analysis. I look at a fair amount of MIR and so decided to delve into the rustc_mir_dataflow crate to see how these things are handled i... (more…)
Read more »
Get coverage report of cargo project. Contribute to weirdsmiley/rcov development by creating an account on GitHub. (more…)
Read more »
I have been learning Rust in my spare time. It has a very steep learning curve, but in return you get to use an elegant, fast, and safe prog... (more…)
Read more »