Confirmed users
1,225
edits
| Line 40: | Line 40: | ||
| Russ | | Russ | ||
! style="background:#00B2FF;" | Done | ! style="background:#00B2FF;" | Done | ||
| First decision was using rustc-serialize but actually serde was decided to | | First decision was using rustc-serialize but actually '''serde''' was decided to be used instead. This is where the standard is going, it's supposed to be more efficient and have more features. Additionally, Tamara was able to serialize our complex nested structures with this vs. rustc_serialize | ||
|- | |- | ||
| Team calendar and irc channel created for the team | | Team calendar and irc channel created for the team | ||
| Line 65: | Line 65: | ||
| Russ | | Russ | ||
! style="background:#00B2FF;" | Done | ! style="background:#00B2FF;" | Done | ||
| Best option for a rust gzip seems to be this lib: https://github.com/alexcrichton/flate2-rs (Added to [https://github.com/tamarahills/metrics_controller Controller repo]) | | Best option for a rust gzip seems to be this lib: https://github.com/alexcrichton/'''flate2-rs''' (Added to [https://github.com/tamarahills/metrics_controller Controller repo]) | ||
|- | |- | ||
| Gzip the payload (for Crash Ping) | | Gzip the payload (for Crash Ping) | ||