cryptan 0.4.2

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

pub use utils::*;
pub use utils_struct::*;