bo4e-edifact-types 0.1.26

Generic interchange model types for BO4E/EDIFACT conversion
Documentation
1
2
3
4
5
6
7
8
9
pub mod generated;
mod model;
pub mod serde_helpers;

pub use model::*;

/// Re-export `bo4e_german` so consumers can construct core BO4E types
/// (e.g., `Marktlokation`, `Geschaeftspartner`) without adding a separate dependency.
pub use bo4e_german;