Docs.rs
stream-download-0.22.4
stream-download 0.22.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
aschey
Dependencies
async-trait ^0.1.68
normal
optional
bytes ^1.10
normal
educe ^0.6
normal
futures-util ^0.3
normal
mediatype ^0.20
normal
optional
parking_lot ^0.12.1
normal
rangemap ^1
normal
regex ^1.10.6
normal
optional
reqwest ^0.12.8
normal
optional
reqwest-middleware ^0.4
normal
optional
tempfile ^3.1
normal
optional
thiserror ^2.0.3
normal
tokio ^1.46
normal
tokio-util ^0.7.10
normal
tracing ^0.1.40
normal
url ^2.5
normal
optional
reqwest-retry ^0.7.0
dev
Versions
100%
of the crate is documented
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
StorageReader
stream_
download
0.22.4
Storage
Reader
Implementors
In stream_
download::
storage
stream_download
::
storage
Trait
Storage
Reader
Copy item path
Source
pub trait StorageReader:
Read
+
Seek
+
Send
{ }
Expand description
Trait used to read from a storage layer
Implementors
§
Source
§
impl<T>
StorageReader
for T
where T:
Read
+
Seek
+
Send
,