Expand description
This crate is part of Sophia, an RDF and Linked Data toolkit in Rust.
This crate provides function to canonicalize graphs and datasets.
It currently implements the RDFC-1.0 algorithm.
TODO list:
- check that UTF-8 byte-by-byte ordering is indeed equivalent to code point ordering.
-
use c14n in
sophia_isomorphism, replacing the current incomplete algorithm
Modules§
- hash
- Define the
HashFunctiontrait as well as standard hash functions. - rdfc10
- I provide the implementation of the RDFC-1.0 algorithm described at https://www.w3.org/TR/rdf-canon/
Enums§
- C14n
Error - Canonicalization error.