Crates.io | binance-openapi |
lib.rs | binance-openapi |
version | 0.0.0 |
source | src |
created_at | 2024-06-05 09:09:13.519293 |
updated_at | 2024-06-05 09:09:13.519293 |
description | Binance _typed_ REST API bindings, generated via progenitor |
homepage | |
repository | https://github.com/drahnr/binance-openapi |
max_upload_size | |
id | 1262596 |
size | 3,317,501 |
Based on an (adapted) OpenAPI spec from https://github.com/binance/binance-api-swagger
m
and upper case M
breaks with the used generatorTrying to use binance's rust API leaves much to be desired, the return types are all raw streams
and only provide conversion to strings which have to be manually parsed using i.e. serde_json
to
hand written types. We can do better.