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

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

Playing around with GATs to see if I can build a generators library abusing async/await that covers all the combinations of thread-safe vs thread-local and heap vs stack flavors without duplicating the implementation:

(Also with a proc-macro-free API)

It’s already in a working state, but I’m trying to see if I can make the API more ergonomic by removing some generic parameters

1 Like