dinzai-datni 0.1.1

Cryptocurrency ticker library for Rust.
1
2
3
4
5
6
7
8
9
#[macro_use] extern crate hyper;
extern crate rustc_serialize;
extern crate url;

pub mod core;
pub mod zaif;
pub mod coincheck;
pub mod btce;
pub mod bitflyer;