Skip to main content

bo4e_edifact_types/
lib.rs

1pub mod generated;
2mod model;
3pub mod serde_helpers;
4
5pub use model::*;
6
7/// Re-export `bo4e_german` so consumers can construct core BO4E types
8/// (e.g., `Marktlokation`, `Geschaeftspartner`) without adding a separate dependency.
9pub use bo4e_german;