percent-encoding-command 0.1.4

A command for percent-encoding conversion.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Percent-Encoding Command

[![CI](https://github.com/jtr109/percent-encoding-command/workflows/CI/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ACI)
[![Release](https://github.com/jtr109/percent-encoding-command/workflows/Release/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ARelease)
[![MIT License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-MIT)
[![Apache 2.0 License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-APACHE)
[![codecov](https://codecov.io/gh/jtr109/percent-encoding-command/branch/master/graph/badge.svg?token=TWDD8V3LJG)](https://codecov.io/gh/jtr109/percent-encoding-command)

A command for percent-encoding conversion.

## Installation

### Build from source code

```bash
cargo install
```