Re: implementation of URDNA2015 in Rust

Hi Champin and all,

Coincidentally, I have also developed a rough implementation of the 
rdf-canon specification by Rust. Only test060 fails because my N-Quads 
parser is not sufficiently working enough, but all the other test cases 
pass. I will also try to write down a few comments later.

https://github.com/yamdan/rdf-canon-rust

Best,
Dan

On 2023/01/11 9:33, Pierre-Antoine Champin wrote:
> Hi all,
> 
> I have just implemented the c14n algorithm in Rust [1]. It went quite 
> smoothly, kudos to the editors for a very clear spec :) I have a few 
> comments that I'll write down later, but overall, I did not run into any 
> major problem.
> 
> This is a quick and dirty implementation, but it gives the correct 
> results for the first two examples of the spec. I still need to 
> implement some code to run the test suite.
> 
>    best
> 
> [1] 
> https://github.com/pchampin/sophia_rs/commit/15d8183ce00f0a23d8174d9dc9ad0b06f88fc3cc
> 

-- 
Dan Yamamoto <dan@iij.ad.jp>
Internet Initiative Japan Inc.

Received on Wednesday, 11 January 2023 00:54:21 UTC