rudof_lib 0.3.8

RDF data shapes implementation in Rust
1
2
3
4
5
mod common;
mod rudof;

pub use common::CommonConfig;
pub use rudof::RudofConfig;