oxigraph 0.5.8

SPARQL database and RDF toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg_attr(doc, doc = include_str!("../README.md"))]
#![doc(test(attr(deny(warnings))))]
#![doc(test(attr(allow(deprecated))))]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc(html_favicon_url = "https://raw.githubusercontent.com/oxigraph/oxigraph/main/logo.svg")]
#![doc(html_logo_url = "https://raw.githubusercontent.com/oxigraph/oxigraph/main/logo.svg")]

pub mod io;
pub mod model;
pub mod sparql;
mod storage;
pub mod store;