A Rust implementation of the RDF Dataset Canonicalization algorithm version 1.0 (RDFC-1.0) compatible with Oxigraph and Oxrdf. The purpose of this implementation is only to understand and evaluate the specification and is not intended for production use.
The current implementation of N-Quads parser is so lazy that the test060 is failed. We should enhance the parser to pass all the tests.