rudof_lib 0.2.14

RDF data shapes implementation in Rust
1
2
3
4
5
pub mod builders;
mod data_operations_trait;
pub mod implementations;

pub use data_operations_trait::DataOperations;