Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 438 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 438 Bytes

Serde XML

Build Status

This crate is a Rust library for using the Serde serialization framework with data in XML file format.

This library parses and emits XML using xml-rs which is a pure Rust XML-1.0 compliant implementation.