caesar_cipher_cli 0.1.2

A CLI tool for encode and decode caesar cipher
caesar_cipher_cli-0.1.2 is not a library.

caesar_cipher_cli is a CLI tool for encode and decode caesar cipher

Crates.io Rust license

install

cargo install caesar_cipher_cli
A CLI tool for encode and decode caesar cipher
Addrew Ryan <dnrops@outlook.com>

USAGE:
    caesar_cipher_cli [OPTIONS]

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

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