Docs.rs
hotdata-0.8.0
hotdata 0.8.0
Docs.rs crate page
MIT
07 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
zfarrell
Dependencies
arrow-array ^55
normal
optional
arrow-ipc ^55
normal
optional
arrow-schema ^55
normal
optional
async-trait ^0.1
normal
bytes ^1
normal
futures-core ^0.3
normal
log ^0.4
normal
reqwest ^0.13
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_repr ^0.1
normal
serde_with ^3.8
normal
tokio ^1.46.0
normal
tokio-util ^0.7
normal
url ^2.5
normal
futures ^0.3
dev
reqwest ^0.13
dev
tokio ^1.46.0
dev
uuid ^1
dev
wiremock ^0.6
dev
Versions
52.64%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
BasicAuth
hotdata
0.8.0
In hotdata::
apis::
configuration
hotdata
::
apis
::
configuration
Type Alias
Basic
Auth
Copy item path
Source
pub type BasicAuth = (
String
,
Option
<
String
>);