xml-builder 0.1.1

XML builder/writer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 and adding your PR's !

## Usage

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

```toml
[dependancies]
xml-builder = "*" 
```

## Examples