disposition_input_ir_model 0.2.0

`disposition` diagram generator input to IR mapping data types.
Documentation
1
2
3
4
5
6
7
8
9
10
use serde::{Deserialize, Serialize};

/// Issue encountered while mapping the input model to the intermediate
/// representation.
#[cfg_attr(
    all(feature = "schemars", not(feature = "test")),
    derive(schemars::JsonSchema)
)]
#[derive(Clone, Debug, Serialize, Deserialize, thiserror::Error, miette::Diagnostic)]
pub enum ModelToIrIssue {}