Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
922 B
922 B
Oxigraph Rust crates
Oxigraph is implemented in Rust.
It is composed on a main library, oxigraph
and a set of smaller crates used by the oxigraph
crate:
oxrdf
, datastructures encoding RDF basic concepts (themodel
module of theoxigraph
crate).oxrdfio
, a unified parser and serializer API for RDF formats (theio
module of theoxigraph
crate). It itself relies on:spargebra
, a SPARQL parser.sparesults
, parsers and serializers for SPARQL result formats (thesparql::results
module of theoxigraph
crate).sparopt
, a SPARQL optimizer.oxsdatatypes
, an implementation of some XML Schema datatypes.