collada_io 0.1.0

Collada input and output
Documentation
# collada_io
[![Build Status](https://github.com/5mattmatt1/collada_io/workflows/Rust/badge.svg)](https://github.com/5mattmatt1/collada_io/actions?query=workflow%3ARust)
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Rust library for writing COLLADA files according to the 1.5 specification.
I wouldn't suggest using this library at the moment as it is documented at all, and Piston's collada library exists.
I just needed some way to write out to COLLADA files for my own personal use, and I may update this library to be more useable.

#### License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br>

<sub>
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.
</sub>