Smol: A small and fast async runtime for Rust

A small and fast async runtime for Rust. Contribute to stjepang/smol development by creating an account on GitHub. Read more

Similar

Compiling Rust is NP-hard

...though it's not the flagship borrow checking that's at fault. What I noticed, and would like to share with you today, is that the exhaustiveness checking performed by the Rust compiler on match patterns is a superset of the SAT problem. (more…)

Read more »

The image library is now pure Rust

Yesterday, oyvindln made a PR to image-png to replace flate2 with deflate, a DEFLATE and zlib encoder written in safe rust. The PR was merged, and currently I am ecoing the new version in the Piston ecosystem.

Read more »