I am trying to get better at #rust. But I am struggling to find what are good patterns.
When I learned Perl I was doing much more reading of code compared to writing code. After all there was a giant code base I needed to understand.
Now I am working on a small hobby project by myself.
Maybe I should be looking for some good Rust projects to read.
Is there any well-written and contained #rust projects out there, that ideally use async programming and build terminal UI applications?