Databind 0.6.0
🎉Major additions to the language in the form of macros and if statements!
Documentation is available on Read The Docs.
To install the latest patch of Databind 0.6, run cargo install databind --version ~0.6
.
To install Databind 0.6.0, run cargo install databind --version 0.6.0
.
To install the latest version of Databind, run cargo install databind
.
Alternatively, download one of the attached binaries.
Changes
- Add macros to allow complex functions in Databind (#78, #97, #100, #106) (See docs for more info)
- Add if/else statements (#84) (See docs for more info)
- Add a file to define global variables (#92, #105) (see docs for more info)
- Add functionality to merge function tags defined in JSON files with Databind function tags (#102)
- Removed
!def
(Replaced by macros) (#78) - Add a page with Folder Structure info to docs (#80)
- Fix some lines missing newlines at the end (#78)