#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

#1976 in Encoding

Download history 34/week @ 2024-09-11 29/week @ 2024-09-18 66/week @ 2024-09-25 49/week @ 2024-10-02 86/week @ 2024-10-09 73/week @ 2024-10-16 157/week @ 2024-10-23 93/week @ 2024-10-30 24/week @ 2024-11-06 9/week @ 2024-11-13 23/week @ 2024-11-20 118/week @ 2024-11-27 36/week @ 2024-12-04 29/week @ 2024-12-11 55/week @ 2024-12-18 15/week @ 2024-12-25

178 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.5MB
~34K SLoC