rudof_lib 0.2.20

RDF data shapes implementation in Rust
1
2
3
4
5
6
7
mod data;
mod query;
mod shex_statistics;

pub(crate) use data::Data;
pub(crate) use query::QueryResult;
pub(crate) use shex_statistics::ShExStatistics;