It's been a while! This release brings kdl-rs much closer in sync with the
actual spec.
Bug Fixes
- deps: Remove nom dependency on
bitvec
and lexical
(#14) (9bc5363b)
- numbers: Fix parsing of non-integer and non-decimal numbers (#13) (c1b7c25c)
Features
- display: implemented Display for KdlNode (#6) (b8c8b527)
- docs: Add documentation for the entire crate (#16) (94190697)
- identifier: much larger character set for identifiers (not just alphanumeric), to match spec more closely (#7) (95a1ee3e)