Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 300 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 300 Bytes

Enigma Machine

Enigma machine implementation in Rust.


Getting Started

Prerequisites

  • Rust
  • Cargo

Build & Run

cargo build
cargo run

Usage

<TODO>

License

This project is licensed under the MIT License - see the LICENSE file for details