Docs.rs
iroh-blobs-0.26.0
iroh-blobs 0.26.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
normal
async-channel ^2.3.1
normal
bao-tree ^0.13
normal
bytes ^1.7
normal
chrono ^0.4.31
normal
derive_more ^1.0.0
normal
futures-buffered ^0.2.4
normal
futures-lite ^2.3
normal
genawaiter ^0.99.1
normal
hashlink ^0.9.0
normal
optional
hex ^0.4.3
normal
iroh-base ^0.26.0
normal
iroh-io ^0.6.0
normal
iroh-metrics ^0.26.0
normal
iroh-net ^0.26.0
normal
num_cpus ^1.15.0
normal
oneshot ^0.1.8
normal
parking_lot ^0.12.1
normal
optional
pin-project ^1.1.5
normal
postcard ^1
normal
iroh-quinn ^0.11
normal
rand ^0.8
normal
range-collections ^0.4.0
normal
redb ^2.0.0
normal
optional
redb ^1.5.1
normal
optional
reflink-copy ^0.1.8
normal
optional
self_cell ^1.0.1
normal
serde ^1
normal
smallvec ^1.10.0
normal
tempfile ^3.10.0
normal
optional
thiserror ^1
normal
tokio ^1
normal
tokio-util ^0.7
normal
tracing ^0.1
normal
tracing-futures ^0.2.5
normal
futures-buffered ^0.2.4
dev
futures-util ^0.3.30
dev
http-body ^0.4.5
dev
proptest ^1.0.0
dev
rcgen ^0.12.0
dev
rustls ^0.23
dev
serde_json ^1.0.107
dev
serde_test ^1.0.176
dev
tempfile ^3.10.0
dev
testresult ^0.4.0
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
Versions
100%
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.26.0
Module hashseq
Module Items
Structs
Functions
In crate iroh_
blobs
iroh_blobs
Module
hashseq
Copy item path
source
Expand description
traits related to collections of blobs
Structs
§
HashSeq
A sequence of links, backed by a
Bytes
object.
Hash
SeqIter
Iterator over the hashes in a
HashSeq
.
Hash
SeqStream
Stream over the hashes in a
HashSeq
.
Functions
§
parse_
hash_
seq
Parse a sequence of hashes.