New week, new Rust! What are you folks up to?
I published a second (still 0.x) release of my crate exhaust.
This crate provides the
Exhaust
trait and derive macro, which allow iterating over all values of a given type.
I'm still not satisfied with the API (I would like to find a way to not require the type to implement Clone
) but it's a lot more complete in what implementations for std
(and core
and alloc
) types it provides.
1 Like
Building an application backend with Axum. Mostly no idea what I'm doing but here we go ! Debating with myself wether I should do the front end with Rust as well.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.