banner

Libyobicash

Travis branch Coveralls github branch Crates.io Docs.rs Crates.io

The Yobicash cryptocurrency library.

NOTES:

Table of Contents

Install

To install libyobicash add in your Cargo.toml:

```toml

Cargo.toml

[dependencies] libyobicash = "^0.3" ```

and in the root of your crate:

```rust //main.rs

extern crate libyobicash; ```

Usage

Look at the documentation or at the tests for guidance.

Maintainers

@chritchens

License

This project is license under either of

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in libyobicash by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.