Crate mini_enigma

Source
Expand description

§Mini Engima

#[no-std] (and no alloc) zero dependency implementation of the M3 Enigma

Get started with state_machine::Enigma

§Features

M4 - Allows the machine to have 4 rotors

Modules§

components
Physical Components of the Enigma machine
state_machine
Enigma Finite State Machine
utils
Misc utilities for Enigma

Macros§

debug
Equivalent to std::println but omitted during non-testing builds