dvgw-edi 0.5.0

DVGW EDIFACT format parser and validator for the German gas market (ALOCAT, NOMINT, NOMRES)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Concrete DVGW message type implementations.
//!
//! Each sub-module is feature-gated. Only the modules corresponding to enabled
//! Cargo features are compiled.

#[cfg(feature = "alocat")]
pub mod alocat;
#[cfg(feature = "nomint")]
pub mod nomint;
#[cfg(feature = "nomres")]
pub mod nomres;