What's everyone working on this week (35/2023)?

New week, new Rust! What are you folks up to?

I've upgraded mozjpeg wrapper a bit, eliminating its dependence on libc::FILE. libjpeg has I/O managers, an API from 1994, and I've managed to make it use a generic io::BufRead as a zero-copy data source.

5 Likes

I am developing an new validator valitron, it is ergonomics , and inspired by axum, now this is currently in a very early stage of development.