Expand description
Send data over the internet.
Re-exports§
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.
- Hash
AndFormat - A hash and format pair
Enums§
- Blob
Format - A format identifier
Constants§
- IROH_
BLOCK_ SIZE - Block size used by iroh, 2^4*1024 = 16KiB