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

I continued some work on Offst (A decentralized payment system based on mutual credit). This week I wrote my first procedural macro, allowing to automatically derive mutual From implementations for two structs that have exactly the same fields.

It's a pretty simple macro, but a great achievement with respect to the amount of code I could erase using it. If you are interested, the pull request can be seen here. I got some help with writing this macro on this forum.