#url #parser #line #query-string #comand

app parse_url

Simple comand line URL parser

1 unstable release

0.1.0 Dec 13, 2019

#66 in #query-string

MIT license

4KB

CLI URL Parser

Simple URL query parser.

Installation

With cargo:

cargo install parse_url

Usage

Use:

parse_url "https://github.com/iamelevich/parse_url?test1=ewrw&test2=edsdsdf"

Output will be:

test1=ewrw
test2=edsdsdf

Dependencies

~3.5–5MB
~80K SLoC