exante 0.2.0

HTTP client for Exante REST API version 3.0
Documentation
1
2
3
4
5
6
pub mod api;
pub mod client;
mod middleware;

pub use self::client::{AccountType, Client};
pub use rustify::errors::ClientError;