In a recent lang team meeting we discussed
the upcoming
Stream
RFC. We covered both the steps required to land it, and the steps we'd want
to take after that. One of the things we'd want eventually for streams is:
"async iteration syntax". Just like for x... (more…)
Read more »
A fast, simple, recursive content discovery tool written in Rust. - epi052/feroxbuster... (more…)
Read more »
IDE support for Rust is an oft-requested feature and a key goal of this years roadmap. For the past year we’ve been working on an editor-agnostic IDE backend called the Rust Language Server (RLS). The currently recommended way to use the RLS is in Visual ... (more…)
Read more »
Recently I've been reading Effective Modern C++ by Scott Meyers. It's a great book that contains tons of practical advice, as well as horro... (more…)
Read more »
In real-time audio, deadlines are critical. Your code has on the order of several milliseconds to fill a buffer with samples to be shipped off to the DAC, milliseconds which it may be sharing with a number of other audio plugins. If your code takes too lo... (more…)
Read more »