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 !
To use this crate you just need to add this to your `Cargo.toml` file:
```toml
[dependancies]
xml-builder = "*"
```