#cryptocurrency #bitcoin #coinlib #coinmarketcap

coinlibio

Coinlib.io API example library and test (my first Rust program)

2 releases

Uses old Rust 2015

0.1.1 Sep 22, 2018
0.1.0 Sep 22, 2018

#266 in #cryptocurrency

MIT license

5KB
100 lines

coinlib.io-rs

Build Status

Rust implementation around coinlib.io API - just for fun and learning

Running the integration test

Export your coinlib.io token and run test locally:

export COINLIB_TOKEN=<token-for-coinlib-api>
cargo test -- --ignored --nocapture

The --nocapture argument also prints the output of the API call.

Dependencies

~15–26MB
~442K SLoC