shapes_converter 0.1.91

RDF data shapes implementation in Rust
Documentation
1
2
3
4
5
6
7
8
#[derive(Clone, Debug)]
pub struct Service2MieConfig {}

impl Service2MieConfig {
    pub fn new() -> Self {
        Service2MieConfig {}
    }
}