# ISO 4217 Parser
[![Crates.io][crate-image]][crate-link]<!--
-->[![Docs Status][docs-image]][docs-link]<!--
-->[![Dependency Status][deps-image]][deps-link]<!--
-->![License][license-image]
This crate provides the data structures necessasry to parse ISO 4217 XML data with [`quick-xml`](https://docs.rs/quick-xml).
As an end-user, this probably isn't the crate you're looking for, you probably want the fully enumerated data found in the [`iso4217-static`](https://crates.io/crates/iso4217-static) crate, which uses this crate (via a proc-macro) to generate enumerations and static data.
[//]: # (badges)
[license-image]: https://img.shields.io/github/license/jcape/iso4217?style=for-the-badge
[crate-image]: https://img.shields.io/crates/v/iso4217-parser.svg?style=for-the-badge
[crate-link]: https://crates.io/crates/iso4217-parser/0.2.0
[docs-image]: https://img.shields.io/docsrs/iso4217-parser?style=for-the-badge
[docs-link]: https://docs.rs/crate/iso4217-parser/0.2.0/iso4217_parser
[deps-image]: https://deps.rs/crate/iso4217-parser/0.2.0/status.svg?style=for-the-badge
[deps-link]: https://deps.rs/crate/iso4217-parser/0.2.0