cim 0.3.6

CDS Implementation generation by a Metadata document
Documentation
1
2
3
4
5
6
7
8
9
mod cds;
mod error;
mod parser;

#[cfg(test)]
mod tests;

pub use error::ParserError;
pub use parser::Parser;