#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

#2029 in Encoding

Download history 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 48/week @ 2025-01-01 81/week @ 2025-01-08 116/week @ 2025-01-15 84/week @ 2025-01-22 60/week @ 2025-01-29 53/week @ 2025-02-05 105/week @ 2025-02-12 47/week @ 2025-02-19 46/week @ 2025-02-26

264 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.4MB
~33K SLoC