Rust Image Encryption

Description

Just a random project I made to practice Rust. Implements core functions of Imcrypt in Rust.

Usage

# run with cargo
cargo run image.png

# or build and run
cargo build --release
./target/release/rust-image image.png

copilot has been disabled for this repository. Delete/Modify .vscode/settings.json to enable it.