Expand description
A default implementation for the reep::types::OptionParser
witch uses the urlencoded QueryParser parsing queries into
a QueryMap (a HashMap<String, Vec<String>>
)
Structsยง
- a default implementation, using the urlencoded cargo package to parse options (into a HashMap<String, Vec
>)