Skip to main content

Crate iso10383_parser

Crate iso10383_parser 

Source
Expand description

ISO 10383 Market Identifier Codes XML Parser.

§ISO 10383 Market Identifier Codes Parser

Crates.ioDocs StatusMSRV 1.88.0

This crate provides the data structures necessasry to parse ISO 10383 XML data with quick-xml.

As an end-user, this probably isn’t the crate you’re looking for, you probably want either the owned/borrowed MIC strings featured in the iso10383-types crate, or the fully enumerated data found in the iso10383-static crate, which uses this crate (via a proc-macro) to generate enumerations and static data.

Structs§

MicList
A list of MICs which can be parsed from the distributed XML file.
MicRecord
A structure representing a Market Identifier record.