Skip to content

Databind 0.7.0

Compare
Choose a tag to compare
@MysteryBlokHed MysteryBlokHed released this 01 Sep 22:54
· 18 commits to master since this release
292f641

Some quality of life changes to the CLI and a new public library for other Rust devs to use

Documentation is available on Read The Docs.

To install the latest version of Databind, run cargo install databind --locked.
To install the latest patch of Databind 0.7, run cargo install databind --version ~0.7 --locked.
To install Databind 0.7.0, run cargo install databind --version 0.7.0 --locked.
Alternatively, download one of the attached binaries.

Added

  • Added filenames and line/column numbers to error messages (#128)
  • Added new functions to the public library (#132)

Changed

  • Converted the project into a Rust library with a binary, allowing Rust devs to make their own frontend for Databind (#130)
  • Changed cargo commands to use --locked flag to make sure the lockfile is enforced (#134)
  • Made the CLI use the public library instead of modules and use crate:: (#132)
  • Changed structure of src/ directory to separate CLI and library files (#132)