dsntk_examples/full_model/
mod.rs

1//! # Example of the DMN model containing all elements allowed by schema.
2
3pub const DMN_FULL: &str = include_str!("full.dmn");