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

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

(Hosting the thread temporarily while @llogiq is out.)

2 Likes

Since I recently released nutype there is some feedback from the community that I'm addressing. Among that:

1 Like

Still learning Rust by building a REPL and a library to use and query a Bitcask datastore. Done at 80 % (you know the Pareto principle, don't you?) Trying to write as idiomatic as possible.

Baffled at Unexpected higher-ranked lifetime error in GAT usage · Issue #100013 · rust-lang/rust · GitHub while trying to solve Cannot mock methods with inputs that refer to unimock's lifetime · Issue #12 · audunhalland/unimock · GitHub.