Databind 0.6.3
A bug fix with macro calls and some changes to integration tests and the compiler output
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.3, run cargo install databind --version 0.6.3
.
Alternatively, download one of the attached binaries.
Core changes
- Fix a stack overflow caused by escaping double quotes in macro calls (#115)
Test changes
- Make tests properly use --release flag (#119)
Other changes
- Update empty lines replace in compiler (#116)