Re-exports§
pub use aligned::AlignedDataChunk;pub use borrowed::BorrowedDataChunk;pub use cow::CowDataChunk;pub use encrypted::EncryptedDataChunk;pub use error::PsDataChunkError;pub use error::Result;pub use mbuf::MbufDataChunk;pub use owned::OwnedDataChunk;pub use serialized::SerializedDataChunk;pub use typed::ToDataChunk;pub use typed::ToTypedDataChunk;pub use typed::TypedDataChunk;
Modules§
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Hash
- a 64-byte ascii string representing a Hash
- Mbuf
Traits§
- Data
Chunk - represents any representation of a chunk of data