Skip to main content

Crate rdf_reader

Crate rdf_reader 

Source
Expand description

RDF.rs is a Rust framework for working with RDF knowledge graphs.

§Examples

use rdf_reader::*;

Modules§

interop
Interoperability with other Rust libraries.

Structs§

ReaderOptions
StreamIter
An iterator that blocks on a Stream using a Tokio runtime Handle.

Enums§

Format

Traits§

Reader
Source
An RDF source.