Skip to main content

Crate rdf_store

Crate rdf_store 

Source
Expand description

An in-memory storage adapter for RDF.rs, a Rust framework for RDF knowledge graphs.

§Examples

use rdf_store::{HeapStore, HeapTransaction};

Structs§

HeapStore
HeapStoreError
HeapTransaction
StoreOptions

Traits§

ReadTransaction
A read-only (R/O) transaction on a [Store].
Store
A store of statements that supports R/O and R/W transactions.
WriteTransaction
A read-write (R/W) transaction on a [Store].