maicoin_max 2.1.1

MaiCoin Max API client for Rust
Documentation
1
2
3
4
5
6
7
8
//! API v2 implementation.
//!
//! - [v2 REST API Introduction](https://max.maicoin.com/documents/api_v2) |
//! - [v2 REST API Endpoints](https://max.maicoin.com/documents/api_list/v2) |
//! - [v2 Websocket API Documentation](https://maicoin.github.io/max-websocket-docs/)

pub mod rest;
pub mod ws;