As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »
Copyright © 2005 - The GNOME Project.
Optimised for standards. Hosted by Red Hat.
Powered by MailMan, Python and GNU.
Read more »
As of stable Rust 1.39.0, it is possible to
implement a very basic and safe
coroutine library using Rust's
async/await support, and
in under 100 lines of code. The implementation depends solely on std and is
stack-less (meaning, not depending on an separ... (more…)
Read more »
Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself - GitHub - robbert-vdh/nih-plug: Rust VST3 and CLAP plugin framework and plugins - because eve... (more…)
Read more »
In recent weeks several vulnerabilities have rocked the Rust community causing many to question its safety. This post examines two such vulnerabilities. (more…)
Read more »