bs58 0.1.2

Another Base58 codec implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bs58"
version = "0.1.2"
authors = ["Wim Looman <wim@nemo157.com>"]

description = "Another Base58 codec implementation."

repository = "https://github.com/Nemo157/bs58-rs"

readme = "README.md"
keywords = ["base58"]

license = "MIT/Apache-2.0"

[dev_dependencies]
base58 = "0.1.0"
rust-base58 = "0.0.4"