urlencode-1.0.1 is not a library.
urlencode
urlencode is a CLI utility for URL-encoding or -decoding strings.
Usage
You can give it a positional argument for a single string, or you can pipe input to it from stdin.
|
You can pass -d or --decode to decode the input.
|
Run urlencode --help to see all options.
Encode sets
Since different parts of a URL have different encoding requirements, there are
many encode sets to choose from. See
this documentation page
for an explanation of each. They can be specified with the -e or --encode-set
option:
|
|
Cargo
You can install with Cargo with: