Commit Graph

12 Commits

Author SHA1 Message Date
R Tyler Croy 0c3ac34986 Clean up the README and convert to markdown for publishing to crates.io 2021-05-23 10:05:24 -07:00
R Tyler Croy bf0cea352e Update cargo toml for publish 2021-05-23 09:55:47 -07:00
R Tyler Croy d5cfd72818 Loosen up the cargo dependencies 2021-05-23 09:54:43 -07:00
R Tyler Croy f2b3b1b1e8 Minor update to the readme pre-publication 2021-05-23 09:54:03 -07:00
R Tyler Croy 95c9ac4895 Cleanup clippy lints and formatting 2021-05-23 09:51:39 -07:00
R Tyler Croy db610105c4
Remove unnecessary push into values causing excessive memory use 2020-10-01 13:15:43 -07:00
R Tyler Croy 4d64d1d485
Handle N+2 nested identical children 2020-10-01 10:36:24 -07:00
R Tyler Croy b7c94ca0e0
Add a simple readme 2020-10-01 10:20:08 -07:00
R Tyler Croy a21a2fea2b
Implement the basics of the converter
This includes all the tests from the inspiring project, but some are commented
out because I'm not sure I like the syntax
2020-10-01 10:18:14 -07:00
R Tyler Croy 2336f3a6f8
Add the upstream implementation which I've ported from JavaScript
See: https://goessner.net/download/prj/jsonxml/
2020-10-01 10:08:21 -07:00
R Tyler Croy f90fef495e
Start exploring a quick-xml based implementation of xml2json
This has one passing test, and I'm thinking that quick-xml is too primitive to
do what I want to do.
2020-10-01 09:10:02 -07:00
R Tyler Croy 365c0c1e90 Initial commit 2020-09-30 20:02:13 -07:00