Docs.rs
iroh-sync-0.15.0
iroh-sync 0.15.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
dignifiedquire
Dependencies
anyhow ^1
normal
iroh-blake3 ^1.4.5
normal
bytes ^1.4
normal
derive_more ^1.0.0-beta.1
normal
ed25519-dalek ^2.0.0
normal
flume ^0.11
normal
futures-util ^0.3.25
normal
optional
hex ^0.4
normal
iroh-base ^0.15.0
normal
iroh-metrics ^0.15.0
normal
optional
iroh-net ^0.15.0
normal
optional
lru ^0.12
normal
num_enum ^0.7
normal
postcard ^1
normal
quinn ^0.10
normal
optional
rand ^0.8.5
normal
rand_core ^0.6.4
normal
redb ^2.0.0
normal
redb ^1.5.1
normal
self_cell ^1.0.3
normal
serde ^1.0.164
normal
strum ^0.25
normal
tempfile ^3.4
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
optional
tokio-util ^0.7
normal
optional
tracing ^0.1
normal
proptest ^1.2.0
dev
rand_chacha ^0.3.1
dev
tempfile ^3.4
dev
test-strategy ^0.3.1
dev
tokio ^1
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
PeerIdBytes
iroh_
sync
0.15.0
In iroh_
sync::
sync
iroh_sync
::
sync
Type Alias
Peer
IdBytes
Copy item path
Source
pub type PeerIdBytes = [
u8
;
32
];
Expand description
Byte representation of a
PeerId
from
iroh-net
.