ploidy-core 0.12.1

IR and type graph for the Ploidy OpenAPI compiler
Documentation
1
2
3
4
5
6
7
#[derive(Debug, thiserror::Error)]
pub enum SerdeError {
    #[error(transparent)]
    Json(#[from] serde_json::Error),
    #[error(transparent)]
    Yaml(#[from] serde_saphyr::Error),
}