enigma_machine 0.1.1

This crate is Enigma Machine corresponding to various character strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name        = "enigma_machine"
version     = "0.1.1"
authors     = ["atsushi130 <atsushi_main@outlook.jp>"]
license     = "MIT"
description = "This crate is Enigma Machine corresponding to various character strings."
readme      = "README.md"
repository  = "https://github.com/atsushi130/EnigmaMachine/"
keywords    = ["enigma", "cipher", "encrypt", "decrypt"]

[dependencies]
lazy_static     = "0.2.8"
rustc-serialize = "0.3.24"

[lib]
name = "enigma_machine"
path = "./src/lib.rs"