revolutx 0.4.0

Unofficial Rust SDK for the Revolut X Crypto Exchange REST API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Endpoint groups.
//!
//! Each endpoint group should expose a small domain-oriented surface and defer
//! shared HTTP, auth, and error handling to the client/transport layer.

pub mod balances;
pub mod configuration;
pub mod market_data;
pub mod orders;
pub mod trades;