Skip to content

Instantly share code, notes, and snippets.

View aka-bash0r's full-sized avatar

Nils 'bash0r' Jonsson aka-bash0r

View GitHub Profile
@aka-bash0r
aka-bash0r / Cargo.toml
Created January 22, 2021 11:28
async-h1 panics at 1001th request to a Binance API endpoint
[package]
name = "minimal-example"
version = "0.1.0"
authors = ["Nils 'bash0r' Jonsson"]
edition = "2018"
[dependencies]
async-h1 = "2.3.0"
async-dup = "1.2.2"
http-types = "2.9.0"