To use query-string-builder/0.6.0 in your project, add:
[dependencies]
query-string-builder = "0.6.0"
(Breaking) Changes since 0.5.1
Added
- The
QueryString::simple
function was added to construct the newQueryStringSimple
type. This type reduces string allocations, defers rendering and can keep references but at the cost of a complex type signature slightly more rigid handling.
Changed
- The
QueryString::new
function was renamed toQueryString::dynamic
.
What's Changed
Full Changelog: v0.5.1...v0.6.0