mmflow 0.1.1

Rust SDK for the mmflow market-data API — REST candles + a WebSocket client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "mmflow"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Rust SDK for the mmflow market-data API — REST candles + a WebSocket client."
repository = "https://github.com/mmflow/mmflow"

[dependencies]
ureq = { version = "2", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tungstenite = { version = "0.24", features = ["rustls-tls-webpki-roots"] }