8 releases

Uses old Rust 2015

0.3.3 Aug 29, 2018
0.3.2 Mar 30, 2018
0.2.1 Feb 16, 2018
0.1.2 Feb 9, 2018

#101 in #alpha

MIT/Apache and LGPL-3.0+

130KB
2.5K SLoC

banner

Libyobicash

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

The Yobicash cryptocurrency library.

NOTES:

  • This is still an alpha: use with caution.
  • Some tests may be still missing.
  • The API may change.

Table of Contents

Install

To install libyobicash add in your Cargo.toml:

# Cargo.toml

[dependencies]
libyobicash = "^0.3"

and in the root of your crate:

//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.

Dependencies

~12MB
~236K SLoC