Docs.rs
backblaze-b2-client-0.1.7
backblaze-b2-client 0.1.7
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
SalahaldinBilal
Dependencies
async-stream ^0.3.6
normal
base64 ^0.22.1
normal
bytes ^1.10.1
normal
futures ^0.3.31
normal
futures-core ^0.3.31
normal
num ^0.4.3
normal
percent-encoding ^2.3.2
normal
rand ^0.9.0
normal
reqwest ^0.12.14
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_with ^3.12.0
normal
sha1_smol ^1.0.1
normal
strum ^0.27.1
normal
strum_macros ^0.27.1
normal
tokio ^1.44.1
normal
tracing ^0.1.41
normal
tracing-subscriber ^0.3.19
normal
typed-builder ^0.20.1
normal
Versions
46.57%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
AsyncFileReader
backblaze_
b2_
client
0.1.7
Async
File
Reader
Implementors
In backblaze_
b2_
client::
tasks::
shared
backblaze_b2_client
::
tasks
::
shared
Trait
Async
File
Reader
Copy item path
Source
pub trait AsyncFileReader:
AsyncRead
+
AsyncSeek
+
Unpin
+
Send
+
Sync
{ }
Implementors
§
Source
§
impl<T:
AsyncRead
+
AsyncSeek
+
Unpin
+
Send
+
Sync
>
AsyncFileReader
for T