mnemonic 1.0.0

Encode any data into a sequence of English words
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mnemonic"
version = "1.0.0"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT"
description = "Encode any data into a sequence of English words"
repository = "https://github.com/mbrubeck/rust-mnemonic"
documentation = "https://docs.rs/mnemonic"
keywords = ["passphrase", "wordlist", "phonetic", "code", "mnemonicode"]

[dependencies]
byteorder = "1.0"
lazy_static = "0.2"