percent-encoding-command

Crates.iopercent-encoding-command
lib.rspercent-encoding-command
version0.1.5
sourcesrc
created_at2021-07-17 06:59:35.557504
updated_at2021-07-17 08:47:50.677354
descriptionA command for percent-encoding conversion.
homepage
repository
max_upload_size
id423876
size40,531
YuanPei Li (jtr109)

documentation

README

Percent-Encoding Command

CI Release MIT License Apache 2.0 License codecov

A command for percent-encoding conversion.

Installation

Build from source code

cargo install

Download a Binary Distribution

You can download it from the release page. The binary is built on Ubuntu.

Don't forget to change the access permission of the binary.

chmod +x pct

Then move it into you PATH, such as:

sudo mv pct /usr/local/bin
Commit count: 0

cargo fmt