Docs.rs
kraken-async-rs-0.8.0
kraken-async-rs 0.8.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Brendan-Blanchard
Dependencies
async-rate-limit ^0.1.1
normal
base64 ^0.22.1
normal
dotenvy ^0.15.7
normal
futures-util ^0.3.31
normal
hmac ^0.12.1
normal
http-body-util ^0.1.2
normal
hyper ^1.6.0
normal
hyper-tls ^0.6.0
normal
hyper-util ^0.1.10
normal
rust_decimal ^1.36.0
normal
rust_decimal_macros ^1.36.0
normal
secrecy ^0.10.3
normal
serde ^1.0.218
normal
serde-this-or-that ^0.5.0
normal
serde_json ^1.0.140
normal
serde_tuple ^1.1.0
normal
serde_with ^3.12.0
normal
sha2 ^0.10.8
normal
simple-builder ^0.0.2
normal
time ^0.3.37
normal
to-query-params ^0.0.4
normal
tokio ^1.43.0
normal
tokio-stream ^0.1.17
normal
tokio-tungstenite ^0.26.2
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
optional
url ^2.5.4
normal
tracing-test ^0.2.5
dev
wiremock ^0.6.3
dev
ws-mock ^0.3.0
dev
Versions
14.65%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
kraken_
async_
rs
0.8.0
Module ttl_
cache
Module Items
Structs
In kraken_
async_
rs::
rate_
limiting
kraken_async_rs
::
rate_limiting
Module
ttl_cache
Copy item path
Source
Structs
ยง
TtlCache
A time-to-live cache that removes values when they expire. This is used to store and look up orders, to determine how old they are for rate limiting penalties when editing or cancelling.
TtlEntry
A time-to-live entry that should remain available until the provided
ttl
value.