| Crates.io | xml_c14n |
| lib.rs | xml_c14n |
| version | 0.3.0 |
| created_at | 2023-08-30 10:00:38.442764+00 |
| updated_at | 2023-11-29 16:20:08.587279+00 |
| description | Safe & stupid simple API for XML canonicalization, built on libxml2 |
| homepage | |
| repository | https://gitlab.com/reinis-mazeiks/xml_c14n |
| max_upload_size | |
| id | 958847 |
| size | 12,931 |
Safe & stupid simple API for XML canonicalization, built on libxml2.
See requirements for the libxml package.
Long story short, on Ubuntu/Debian, you need
sudo apt install libxml2-dev