rdfx 0.24.0

RDF 1.2 data-structures, traits and utilities: terms (incl. triple terms), triples, quads, interpretations, graphs, datasets, unstar/restar reification helpers.
Documentation
1
2
3
4
5
6
7
8
9
pub mod btree_graph;
pub mod hash_graph;
pub mod indexed_btree_graph;
pub mod indexed_hash_graph;

pub use btree_graph::BTreeGraph;
pub use hash_graph::HashGraph;
pub use indexed_btree_graph::IndexedBTreeGraph;
pub use indexed_hash_graph::IndexedHashGraph;