8 releases
Uses old Rust 2015
0.3.3 |
|
---|---|
0.3.2 | Mar 30, 2018 |
0.2.1 | Feb 16, 2018 |
0.1.2 | Feb 9, 2018 |
#7 in #banner
29 downloads per month
130KB
2.5K
SLoC
Libyobicash
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
License
This project is license under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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
~13MB
~252K SLoC