A Tour of Safe Tracing GC Designs in Rust

I’ve been thinking about garbage collection in Rust for a long time, ever since I started working on Servo’s JS layer. I’ve designed a GC library, … Read more

Similar

A Primer to Rust Async

This article is not comprehensive on the Rust Async topic but could be an easy overview if you have no idea about Async Programming in Rust or in general. If you are wondering about the new async/await keywords, Futures, and intrigued what Tokio... | Abid... (more…)

Read more »

Not-yet-Awesome Rust

A curated list of Rust code and resources that do NOT exist yet, but would be beneficial to the Rust community. - GitHub - not-yet-awesome-rust/not-yet-awesome-rust: A curated list of Rust code and... (more…)

Read more »