Library for encoding and decoding EARTH addresses.
```rust // encode base58check address use Address::*;
```
To generate docs run the following command from within the base directory:
cargo doc --no-deps --open
Finished dev [unoptimized + debuginfo] target(s) in 0.00s
Opening /Users/username/codec/target/doc/codec/index.html
First, clone the repo and change directories to the freshly cloned code.
git clone https://github.com/cgcardona/codec.git
cd codec/
Next install deps and build app
cargo build
Create a feature branch off of stage and then reate a Pull Request to merge your code back in to stage
.
Originally forked from the wonderful bitcoincash-addr