|
|
@ -1,8 +1,8 @@ |
|
|
|
#![doc = include_str!("../README.md")] |
|
|
|
#![doc = include_str!("../README.md")] |
|
|
|
|
|
|
|
#![doc(test(attr(deny(warnings))))] |
|
|
|
|
|
|
|
#![cfg_attr(docsrs, feature(doc_auto_cfg))] |
|
|
|
#![doc(html_favicon_url = "https://raw.githubusercontent.com/oxigraph/oxigraph/main/logo.svg")] |
|
|
|
#![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")] |
|
|
|
#![doc(html_logo_url = "https://raw.githubusercontent.com/oxigraph/oxigraph/main/logo.svg")] |
|
|
|
#![cfg_attr(docsrs, feature(doc_auto_cfg))] |
|
|
|
|
|
|
|
#![doc(test(attr(deny(warnings))))] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pub mod io; |
|
|
|
pub mod io; |
|
|
|
pub mod sparql; |
|
|
|
pub mod sparql; |
|
|
|