Iterating on Testing in Rust

With the release of rust 1.70, there was
some surprise and frustation
that
unstable test features now require nightly,
like all other unstable features in Rust.
One of the features most affected is –format json which has been in
limbo for 5 years.
This d… Read more

Similar

Designing futures for Rust

I recently wrote about the importance of asynchronous I/O in Rust and the aims of the new futures library. This post deepens the story by explaining the core design of that library. If you’re looking for more on the use of the library, you’ll have to ...

Read more »