mie 0.3.3

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
//! MIE
//!
//! Provides an implementation of MIE (Metadata Interoperability Exchange) format
pub mod mie;

pub use crate::mie::*;