Databind 0.6.1
Some very small docs/workflow updates
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.1, run cargo install databind --version 0.6.1
.
To install the latest version of Databind, run cargo install databind
.
Alternatively, download one of the attached binaries.
Documentation changes
- Fix docs in
macros.rst
(7365afb)