bitcoin_rpc_client 0.2.0

Rust client library for talking to Bitcoin Core nodes using JsonRPC.
Documentation
1
2
3
4
5
extern crate env_logger;

pub fn setup() -> () {
    let _ = env_logger::try_init();
}