xml_c14n 0.2.0

Safe & stupid simple API for XML canonicalization, built on libxml2
Documentation
1
2
3
4
5
6
7
8
9
10
11
Safe & stupid simple API for XML canonicalization, built on libxml2.

# Requirements

See requirements for the [libxml](https://github.com/KWARC/rust-libxml) package.

Long story short, on Ubuntu/Debian, you need

```commandline
sudo apt install libxml2-dev
```