Crate rdftk_memgraph[][src]

memgraph This crate provides an implementation of the Graph traits from rdftk_core::graph for simple in-memory usage.

Example

TBD

Re-exports

pub use mapping::*;

Modules

mapping

Implementation of the PrefixMapping trait for MemGraph.

Structs

MemGraph

A very simple in-memory implementation of the Graph and NamedGraph traits.