Crate sophia_indexed

Crate sophia_indexed 

Source
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 for IndexedDataset.
impl_collectible_graph_for_indexed_graph
Defines the implementation of CollectibleGraph for IndexedGraph.
impl_mutable_dataset_for_indexed_dataset
Defines the implementation of MutableDataset for IndexedDataset.
impl_mutable_graph_for_indexed_graph
Defines the implementation of MutableGraph for IndexedGraph.