What's everyone working on this week (49/2019)?

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

I am finishing my Si4703 FM radio receiver driver and started a driver for CCS811 indoor air quality gas sensor.

1 Like

I did implement the MaxMinDistSampler this week, but it looks like it needs some debugging because of the difference to the C++ counterpart:

See issue #121 for updates on this topic ...

I finally published my Si4703 FM radio receiver driver. Here is the intro blog post and the discussion on reddit.

1 Like

Brand new to Rust, so this week I'll be working my way through The Rust Programming Language by Steve Klabnik & Carol Nichols. Excited to start digging into things.

1 Like

Im writing docs and compiling benchmarks for my front end web library mogwai . So far it’s reliably faster than yew, around twice as fast as sauron and oodles faster than any of the JavaScript frameworks in the benchmark. I’m very pleased as I’m working towards an alpha release.

The benchmark itself is the traditional todomvc benchmark of adding 200 todos and then deleting them all at once. It doesn’t measure much except DOM updates, but that’s what I care about here.

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