Crate xml_c14n

Source
Expand description

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

Structs§

CanonicalizationErrorCode
An error code (always negative) returned by libxml2 when attempting to canonicalize some XML
CanonicalizationOptions
Options for configuring how to canonicalize XML

Enums§

CanonicalizationMode
Canonicalization specification to use

Functions§

canonicalize_xml
Parse specified XML document and canonicalize it