iso10383-parser 0.3.1

Parser for ISO 10383 XML Data
Documentation
# ISO 10383 Parser

[![Crates.io][crate-image]][crate-link]<!--
-->[![Docs Status][docs-image]][docs-link]<!--
-->[![Dependency Status][deps-image]][deps-link]<!--
-->[![License][license-image]][license-link]

This crate provides the data structures necessasry to parse ISO 10383 XML data with [`quick-xml`](https://docs.rs/quick-xml).

[//]: # (badges)

[license-image]: https://img.shields.io/github/license/jcape/iso10383?style=for-the-badge
[license-link]: ../LICENSE
[crate-image]: https://img.shields.io/crates/v/iso10383-parser.svg?style=for-the-badge
[crate-link]: https://crates.io/crates/iso10383-parser/0.3.1
[docs-image]: https://img.shields.io/docsrs/iso10383-parser?style=for-the-badge
[docs-link]: https://docs.rs/crate/iso10383-parser/0.3.1/iso10383_parser
[deps-image]: https://deps.rs/crate/iso10383-parser/0.3.1/status.svg?style=for-the-badge
[deps-link]: https://deps.rs/crate/iso10383-parser/0.3.1