rudof_lib 0.3.20

RDF and Knowledge Graphs processing tool
1
2
3
4
5
6
pub mod builders;
mod data_operations_trait;
pub mod implementations;

pub use data_operations_trait::DataOperations;
pub(crate) use implementations::write_pretty_json;