[][src]Crate rdftk_graph

Traits which describe the capabilities of different Graph types.

Example

TBD

Re-exports

pub use graph::*;
pub use named::*;
pub use caching::*;
pub use mapping::*;

Modules

caching

An extension to the core Graph to support graphs that cache literal and resource values to reduce memory use/fragmentation.

graph

The core Graph type implemented by all model providers.

mapping

A trait for prefix-mapping required by the Graph trait.

named

An extension to the core Graph to support named graphs.