grdf 0.22.1

Generalized RDF graphs and datasets
Documentation
1
2
3
4
5
pub mod btree_dataset;
pub mod hash_dataset;

pub use btree_dataset::{BTreeDataset, BTreeGraph};
pub use hash_dataset::{HashDataset, HashGraph};