caesarciphercli is a CLI tool for encode and decode caesar cipher

Crates.io Rust license

install

sh cargo install caesar_cipher_cli

```bash A CLI tool for encode and decode caesar cipher Addrew Ryan dnrops@outlook.com

USAGE: caesarciphercli [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: decode Decode a string with caesar cipher. encode Encode a string with caesar cipher. decode_uniqe Caesar's variation,If ASCII code is even shifts to the right, and shift to the left when it is odd.

```