What's everyone working on this week (2/2017)?

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

Figuring out how Serde can be in the best possible shape for Rust 1.15. serde-rs/serde#668

5 Likes

Opened an RFC for removing the 'static bound from the type_id intrinsic. This will give us better support for maps of arbitrary non-static types, like this example in a sandbox of mine.