A query string builder for percent encoding key-value pairs
This is a tiny helper crate for simplifying the construction of URL query strings.
The initial ?
question mark is automatically prepended.
Example
use QueryString;
This is a tiny helper crate for simplifying the construction of URL query strings.
The initial ?
question mark is automatically prepended.
use QueryString;