xml-builder 0.1.0

XML builder/writer
Documentation

xml-builder

This crate allows you to easily create an XML file in a short time by building an object tree. Its use is made to be very easy and intuitive.

Feel free to contribute to the project !

Author: corentin.liaud@orange.fr

Usage

To use this crate you just need to add this to your Cargo.toml file:

[dependancies]
xml-builder = "*" 

Examples