rust-base58 0.0.4

Simple library for converting to and from base-58 strings.
Documentation
# rust-base58

Conversion library for [base-58](http://en.wikipedia.org/wiki/Base58).


## Usage

Add this to `Cargo.toml`:

```toml
[dependencies]
rust-base58 = "*"
```