iso10383-parser 0.3.3

Parser for ISO 10383 XML Data
Documentation

ISO 10383 Parser

Crates.ioDocs StatusDependency StatusLicense

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.