iso10383-static 0.4.5

Static ISO 10383 Market Identifier Code Data
Documentation
1
2
3
4
5
6
7
8
9
//! Static ISO 10383 Data

#![doc = include_str!("../README.md")]
#![no_std]

#[cfg(feature = "serde")]
mod _serde;

iso10383_macros::generate!(xml = "ISO10383_MIC.xml", zerocopy = true);