gateio-rs 0.1.0

Comprehensive Rust SDK for Gate.io cryptocurrency exchange API with sync and async support
Documentation
1
2
3
4
5
6
7
8
9
10
mod credentials;
mod method;

/// HTTP error types
pub mod error;
/// HTTP request structures
pub mod request;

pub use credentials::Credentials;
pub use method::Method;