For Vancouver Rust meetup 2019-04-17
Vancouver, BC Canada
The example offered is a simple, realistic example of minimalist JSON file where:
- Outer structure is an object (not an array).
- Top-level keys contain information (not name of structure)
- Inner values within array indicate mixed categories
Write less Rust code overall simply by making use of various
serde attributes, the question-mark operator (?
) and
ErrorKind
with various impls of From
and Into
traits.
The slide deck is intended to be a stand-alone presentation, so there's something for those who may have missed the original event.
Slides are in Markdown, suitable for use with Remark.js v0.14.0.
The Markdown version of the presentation is presentation.md, and the rendered PDF version is presentation.pdf.