0.5.0
To use query-string-builder/0.5.0 in your project, add:
[dependencies]
query-string-builder = "0.5.0"
Changes since 0.4.2
Changed
- #3: The functions now change inputs that implement
ToString
rather than requiringInto<String>
. This allows for anyDisplay
types to be used directly.
Detailed Changes
Full Changelog: v0.4.2...v0.5.0