Structs

A querystring parser with support for vectors/lists, maps and enums(for serde) by the use of brackets(like qs or PHP).
A querystring parser with support for vectors/lists of values by the use of a delimiter(ex: |).
A querystring parser with support for vectors/lists of values by repeating keys.
The simplest parser for querystring It parses the whole querystring, and overwrites each repeated key’s value. it doesn’t vectors, maps nor tuples, but provides the best performance.