cryptan 0.4.2

A simple crypto playground (Caesar, Morse, ...).
Documentation
1
2
3
4
5
pub mod morse;
pub mod morse_code;

pub use morse::Morse;
pub use morse_code::{AMERICAN_MORSE, INTERNATIONAL_MORSE, MorseLang};