earth_codec

Crates.ioearth_codec
lib.rsearth_codec
version0.0.1
sourcesrc
created_at2019-12-02 00:56:57.845558
updated_at2019-12-02 00:56:57.845558
descriptionLibrary for encoding and decoding EARTH addresses.
homepagehttps://www.earth.engineering
repositoryhttps://github.com/EarthEngineering/codec
max_upload_size
id185822
size86,261
Gabriel Cardona (cgcardona)

documentation

https://docs.rs/earth_codec

README

Code

Library for encoding and decoding EARTH addresses.

// encode base58check address
use Address::*;

Documentation

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

Contributing

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.

Credit

Originally forked from the wonderful bitcoincash-addr

Commit count: 42

cargo fmt