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ยง
- Default
Option Parser - a default implementation, using the urlencoded cargo package to parse options
(into a HashMap<String, Vec
>)