Crates.io | xmhell |
lib.rs | xmhell |
version | 0.1.0 |
source | src |
created_at | 2023-08-11 12:56:20.735301 |
updated_at | 2023-08-11 12:56:20.735301 |
description | A less hellscape-ish XML reader |
homepage | |
repository | https://github.com/benmaddison/xmhell |
max_upload_size | |
id | 941894 |
size | 16,984 |
A less hellscape-ish XML reader
This library extends quick-xml by adding methods to read deeply nested XML
without endless nested loops of match
statements.
See the documentation for details.