uri_string is a solid module and great addition. I like using it
whenever possible. But,
> uri_string:dissect_query("b=12&a").
{error,missing_value,<<>>}
whenever there is a key without a trailing =.
Does it make more sense to be able to parse these query strings?