polyester-sdk 0.1.0-alpha.27

Official Rust SDK for Polyester APIs.
Documentation
1
2
3
4
5
//! Market overview helpers (Go `marketoverview` package parity).

mod subscription;

pub use subscription::Subscription;