Rust XML JSON and Serialization Workshop

Details
https://secure.meetupstatic.com/photos/event/5/7/8/f/600_464542415.jpeg
Rust XML JSON and Serialization Workshop
date/time: Sat, 28th October at 0930 - 1300 hrs
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate.www.json.org/
XML
XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable through use of tags that can be created and defined by users.
http://www.w3.org/TR/2008/REC-xml-20081126/
We review the following projects in detail
Serde JSON
Serde is a framework for serializing and deserializing Rust data structures efficiently and generically.
https://crates.io/crates/serde_json
Quick XML
Rust high performance xml reader and writer
https://github.com/tafia/quick-xml
Hyper
A modern HTTP library.
https://crates.io/crates/hyper
Nickel.rs
An expressjs inspired web framework for Rust
https://github.com/nickel-org/nickel.rs
This is a "hands-on" workshop.

Rust XML JSON and Serialization Workshop