This commit is contained in:
Alex Wied
2026-06-23 21:55:52 -04:00
parent f5ca8dd9ae
commit 42dea77976
14 changed files with 543 additions and 897 deletions
+3
View File
@@ -6,6 +6,9 @@ pub type Result<R> = std::result::Result<R, Error>;
pub(crate) enum Error {
#[error(transparent)]
Io(#[from] std::io::Error),
#[error(transparent)]
Storage(#[from] oxigraph::store::StorageError),
#[error(transparent)]
IriParse(#[from] oxigraph::model::IriParseError),