Docs.rs
iroh-blobs-0.90.0
iroh-blobs 0.90.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dignifiedquire
github:n0-computer:iroh-publisher
github:n0-computer:iroh-maintainers
Dependencies
anyhow ^1.0.95
normal
arrayvec ^0.7.6
normal
bao-tree ^0.15.1
normal
bytes ^1
normal
chrono ^0.4.39
normal
data-encoding ^2.8.0
normal
derive_more ^2.0.1
normal
futures-buffered ^0.2.11
normal
futures-lite ^2.6.0
normal
genawaiter ^0.99.1
normal
hashlink ^0.10.0
normal
hex ^0.4.3
normal
iroh ^0.90
normal
iroh-base ^0.90
normal
iroh-io ^0.6.1
normal
iroh-metrics ^0.35
normal
irpc ^0.5.0
normal
n0-future ^0.1.2
normal
n0-snafu ^0.2.0
normal
nested_enum_utils ^0.2.1
normal
postcard ^1.1.1
normal
iroh-quinn ^0.14.0
normal
rand ^0.8.5
normal
range-collections ^0.4.6
normal
redb =2.4
normal
ref-cast ^1.0.24
normal
reflink-copy ^0.1.24
normal
self_cell ^1.1.0
normal
serde ^1.0.217
normal
smallvec ^1
normal
snafu ^0.8.5
normal
tokio ^1.43.0
normal
tokio-util ^0.7.13
normal
tracing ^0.1.41
normal
clap ^4.5.31
dev
hex ^0.4.3
dev
iroh-test ^0.31.0
dev
proptest ^1.6.0
dev
serde_json ^1.0.138
dev
serde_test ^1.0.177
dev
tempfile ^3.17.1
dev
test-strategy ^0.4.0
dev
testresult ^0.4.1
dev
tracing-subscriber ^0.3.19
dev
tracing-test ^0.2.5
dev
walkdir ^2.5.0
dev
Versions
57.18%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
iroh_
blobs
0.90.0
Supported
Request
Required Methods
into_request
Implementors
In iroh_
blobs::
api::
downloader
iroh_blobs
::
api
::
downloader
Trait
SupportedRequest
Copy item path
Source
pub trait SupportedRequest { // Required method fn
into_request
(self) ->
FiniteRequest
; }
Required Methods
§
Source
fn
into_request
(self) ->
FiniteRequest
Implementors
§
Source
§
impl
SupportedRequest
for
GetManyRequest
Source
§
impl
SupportedRequest
for
GetRequest
Source
§
impl
SupportedRequest
for
Hash
Source
§
impl
SupportedRequest
for
HashAndFormat
Source
§
impl<I:
Into
<
Hash
>, T:
IntoIterator
<Item = I>>
SupportedRequest
for T