We all edit. Contribute to microsoft/edit development by creating an account on GitHub. (more…)
Read more »
Testing is a cheap, easy way to find bugs. Learn how to write doctests, black- and white-box tests, helpers, fuzz testing and more to test your Rust code. (more…)
Read more »
Cross-platform audio I/O library in pure Rust. Contribute to RustAudio/cpal development by creating an account on GitHub. (more…)
Read more »
I’m a bit reluctant writing this, because it’s about a controversial and
sensitive topic. Yet, after two days of sleeping on it, I hope this’ll hopefully
not cause any more heated discussions and may help some mutual understanding. (more…)
Read more »
Tokio is a Rust framework for developing
applications which perform asynchronous I/O — an event-driven
approach that can often achieve better scalability, performance, and
resource usage than conventional synchronous I/O. Unfortunately, Tokio
is notorio... (more…)
Read more »