Crate iroh_bytes

Source
Expand description

Send data over the internet.

Re-exports§

pub use crate::util::Tag;
pub use crate::util::TempTag;

Modules§

export
Functions to export data from a store
format
Defines data formats for HashSeq.
get
The client side API
hashseq
traits related to collections of blobs
protocol
Protocol for transferring content-addressed blobs and collections over quic connections. This can be used either with normal quic connections when using the quinn crate or with magicsock connections when using the iroh-net crate.
provider
The server side API
store
Implementations of blob stores
util
Utility functions and types.

Structs§

Hash
Hash type used throughout.
HashAndFormat
A hash and format pair

Enums§

BlobFormat
A format identifier

Constants§

IROH_BLOCK_SIZE
Block size used by iroh, 2^4*1024 = 16KiB