#xml #canonicalization #api-bindings #c14n #libxml

xml_c14n

Safe & stupid simple API for XML canonicalization, built on libxml2

4 releases (2 breaking)

0.3.0 Nov 29, 2023
0.2.0 Sep 6, 2023
0.1.1 Aug 30, 2023
0.1.0 Aug 30, 2023

#1078 in Encoding

Download history 23/week @ 2023-12-24 37/week @ 2024-01-21 22/week @ 2024-01-28 36/week @ 2024-02-11 103/week @ 2024-02-18 79/week @ 2024-02-25 74/week @ 2024-03-03 41/week @ 2024-03-10 102/week @ 2024-03-17 150/week @ 2024-03-31

296 downloads per month

MIT/Apache

11KB
196 lines

Safe & stupid simple API for XML canonicalization, built on libxml2.

Requirements

See requirements for the libxml package.

Long story short, on Ubuntu/Debian, you need

sudo apt install libxml2-dev

lib.rs:

Test cases are taken from official spec and other sources. For more info see corresponding Readmes.

Dependencies

~1.1–1.6MB
~38K SLoC