iso10383-static 0.3.3

Static ISO 10383 Data
Documentation

Static ISO 10383 Data

Crates.ioDocs StatusDependency StatusLicense

This crate contains static, const-friendly structures and data from the ISO 10383 MIC data distributed by the ISO 20022 Website. More specifically, it contains a [Code] enum which enumerates all of the market identifier codes distributed, with accessors to read particular data, and a set of constants containing individual records.

If you're only looking for a simple string-oriented type that will perform basic well-formedness checks on a MIC code string, but not ensure the given code actuall exists, you should use iso10383-types.