Cap'n Proto, Macros, and Testing


Details
Hello Rusties!
I'm happy to announce the our next meetup on Tuesday, February 25th at the Mozilla San Francisco office. Here is our lineup:
• David Renshaw: I will discuss my work-in-progress on writing a Rust implementation of the Cap'n Proto serialization library, which is like Protobuf but faster and with a better type system, and the Cap'n Proto remote procedure call protocol, which is an advanced distributed object-capability system. I hope to highlight some of the fun puzzles I've run into as I have worked to translate the original object-oriented C++ code into idiomatic Rust.
• Steven Fackler: Exportable Macros
• Kevin Cantu: Testing in Rust
As always, Mozilla will be graciously providing food and a live stream of the event. I hope you can make it!
Edit:
You can find the video recording of the stream here (https://air.mozilla.org/rust-meetup-february-2014/).

Cap'n Proto, Macros, and Testing