Crates.io | earth_codec |
lib.rs | earth_codec |
version | 0.0.1 |
source | src |
created_at | 2019-12-02 00:56:57.845558 |
updated_at | 2019-12-02 00:56:57.845558 |
description | Library for encoding and decoding EARTH addresses. |
homepage | https://www.earth.engineering |
repository | https://github.com/EarthEngineering/codec |
max_upload_size | |
id | 185822 |
size | 86,261 |
Library for encoding and decoding EARTH addresses.
// 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