Expand description
FireCloud Core - Common types and traits
This crate provides the foundational types used across all FireCloud components.
Re-exports§
pub use blake3;
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Chunk
- A chunk of file data
- Chunk
Hash - A 256-bit BLAKE3 hash identifying a chunk
- Chunk
Metadata - Metadata about a stored chunk
- FileId
- Unique identifier for a file
- File
Manifest - A manifest describing how a file is chunked and stored
- File
Metadata - Metadata about a file
- NodeId
- Unique identifier for a node (derived from its public key)
- Node
Info - Information about a node in the network
Enums§
- Compression
Type - Compression algorithms supported
- Error
- Main error type for FireCloud operations