What's everyone working on this week (4/2024)?

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

1 Like

Working on the commit process for RustDb, my idea is to have a process that writes updates to backing storage allowing the main update process to finish (and be ready to process further transactions) earlier.

1 Like

I'm working on making my simple cli app useable from the system tray with the help of tauri.

Where the cli would print and read from the terminal to confirm with the user what to do, the system tray app is going to open a small window with a checkbox list, and the user will click a button to confirm.

1 Like

Trying to upgrade twirp to http and hyper 1.x.

Building AWS lambda’s with lambda_http and SAM, HTMX with Tera for the UI, using dynamodb, cognito, SQS and SNS, and interfacing with an external mysql db with diesel. It’s fun.

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.