Databind 0.6.2
A bug fix mainly affecting Windows users and some tweaks to other parts of the repository
Documentation is available on Read The Docs.
To install the latest version of Databind, run cargo install databind
.
To install the latest patch of Databind 0.6, run cargo install databind --version ~0.6
.
To install Databind 0.6.2, run cargo install databind --version 0.6.2
.
Alternatively, download one of the attached binaries.
Core changes
- Fix NewLine token not being added with CRLF line endings (#110)