#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

#2020 in Encoding

Download history 180/week @ 2024-10-22 92/week @ 2024-10-29 24/week @ 2024-11-05 9/week @ 2024-11-12 21/week @ 2024-11-19 78/week @ 2024-11-26 71/week @ 2024-12-03 36/week @ 2024-12-10 56/week @ 2024-12-17 15/week @ 2024-12-24 38/week @ 2024-12-31 66/week @ 2025-01-07 141/week @ 2025-01-14 84/week @ 2025-01-21 47/week @ 2025-01-28 46/week @ 2025-02-04

355 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