What's everyone working on this week (5/2020)?

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

I've basically finished my talk for the next Rust meetup in Copenhagen taking place on wednesday. Just gotta reread it a few times.

Working on writing a Juju charm for RethinkDB using the Lucky charm framework which I'm developing in Rust.

I'm working on a cross platform japanese to english dictionary. I'm writing the core in rust and writing the UIs separately for each platform. I'm targeting Android, iOS, server, and pwa. I started by implementing search using a simple dictionary dataset using Tantivy. Got a simple prototype implemented on a server last weekend. Next step is to try to integrate it into a prototype pwa using wasm. I believe that this will be the hardest platform to support so I wanted to make sure that I could do it before moving on.

3 Likes

I'm running cargo clippy on a huge code base (>100k lines of code) ... will take a while to follow all suggestions ...

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.