Rust API bindings for the Opennode v1 HTTP API.
Opennode API documentation
Put this in your Cargo.toml:
Cargo.toml
toml [dependencies] opennode = "1.0.0"
Run file from client examples with:
cargo run --example <example> -- <example flags> <example args>