19
What are you working on this week? (Aug. 4, 2024)
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Still working on an assertions library that I started a few weeks ago. I finally managed to get async assertions working:
It also captures values passed down the assertion chain and reports them on failure (without requiring all types to implement
Debug
since it uses autoref specialization).Hopefully it'll be ready for a release soon.