1
2
3
4
5
6
7
//! # BPMN Document
//!

pub use bpxe_bpmn_schema as schema;

mod parser;
pub use parser::{parse, NormalizationError, ParseError};