sophia_indexed 0.7.2

A Rust toolkit for RDF and Linked Data - Utility traits and functions for index-based implementations of graphs and datasets
Documentation
//! 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.
//!
//! [Sophia]: https://docs.rs/sophia/latest/sophia/
//! [RDF]: https://www.w3.org/TR/rdf-primer/
//! [Linked Data]: http://linkeddata.org/

pub mod dataset;
pub mod graph;