Higher kinded types is something which has been discussed a lot related to Rust in the past year,
both as a feature people want, but also as a feature people do not really know what to do with.
I am going to focus on the Monad trait in this post, since th... (more…)
Read more »
:monkey: Web analytics. Contribute to kooparse/bast development by creating an account on GitHub. (more…)
Read more »
Yesterday the
Pull Request 46115: "rustbuild: Enable WebAssembly backend by default" was merged into Rust master.
With the Nightly build from that night, the wasm32-unknown-unknown target is natively available. (more…)
Read more »
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 »
Hello and welcome to another issue of This Week in Rust!
Rust is a programming language empowering everyone to build reliable and efficient software.
This is a weekly summary of its progress and community.
Want something mentioned? Tweet us at @ThisWeekIn... (more…)
Read more »