A Rust crate implementing [Stefan Goessner’s
xml2json](https://goessner.net/download/prj/jsonxml/) design. This can
be very useful for turning XML data into JSON for processing in JSON
data stores or engines such as Elasticsearch or PostgreSQL
(`JSON`/`JSONB`).
See the tests in `src/lib.rs` for examples of how XML gets converted to
JSON structures