A simple ROT47 converter written in Rust.
Make sure you have Rust installed on your machine locally, then:
- Clone the repo and checkout master
- Run:
cargo build --release
to compile the source - Assuming you're in the root of the repo run:
./target/release/rust-rot47 "text_to_convert"