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

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

Still new to Rust and just finished The Book. Last weekend I found Actix-web very interesting so I'd like to spend some time looking into that. Also, hope this week I can solve more LeetCode problems with Rust!

Have a nice week Rusting, fellas! :yum:

I released uom (type-safe zero-cost dimensional analysis) v0.34.0 last week. I'm probably going to focus on some CI bitrot next.

1 Like

I've been working on an app, built using iced-rs library in Rust. The app allows users to select a folder, and annotate (for classification purposes: correct/incorrect) images, with some features like: panning/zoom (like pinch zoom). It also has theming (dark/light), thanks to iced. I feel it's a really nice library to explore.

I released the app's first version (v0.0.1) last week, and am now enhancing the tests to make sure all the logic is covered.

Repository link: GitHub - krshrimali/image-annotator-rust: Validate your image annotations using this Rust App
A short video demo: I built my first cross platform app in Rust ft. Iced - YouTube (not the latest, but gives the idea)

This Week, after first release version we add the possibility to filter requests by METHOD (contributor credit: MMukundi) and we did a little layout improvements

Repository link: GitHub - emanuele-em/man-in-the-middle-proxy - Man In The Middle Proxy written in Rust :crab:

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.