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
CollectibleDataset
forIndexedDataset
. - impl_
collectible_ graph_ for_ indexed_ graph - Defines the implementation of
CollectibleGraph
forIndexedGraph
. - impl_
mutable_ dataset_ for_ indexed_ dataset - Defines the implementation of
MutableDataset
forIndexedDataset
. - impl_
mutable_ graph_ for_ indexed_ graph - Defines the implementation of
MutableGraph
forIndexedGraph
.