Expand description
This crate is part of Sophia, an RDF and Linked Data toolkit in Rust.
It provides utility traits and functions for implementing graph and datasets with indexed terms.
Modules§
- dataset
- A utility trait for building datasets using indexed terms.
- graph
- A utility trait for building graphs using indexed terms.
Macros§
- impl_
collectible_ dataset_ for_ indexed_ dataset - Defines the implementation of
CollectibleDatasetforIndexedDataset. - impl_
collectible_ graph_ for_ indexed_ graph - Defines the implementation of
CollectibleGraphforIndexedGraph. - impl_
mutable_ dataset_ for_ indexed_ dataset - Defines the implementation of
MutableDatasetforIndexedDataset. - impl_
mutable_ graph_ for_ indexed_ graph - Defines the implementation of
MutableGraphforIndexedGraph.