Crate ps_datachunk
source ·Re-exports§
pub use aligned::AlignedDataChunk;
pub use borrowed::BorrowedDataChunk;
pub use borrowed::HashCow;
pub use encrypted::EncryptedDataChunk;
pub use error::PsDataChunkError;
pub use error::Result;
pub use mbuf::MbufDataChunk;
pub use owned::OwnedDataChunk;
pub use typed::TypedDataChunk;
Modules§
Structs§
- a 50-byte ascii string representing a Hash
Enums§
- represents a chunk of data that is either owned or pointed to
Traits§
- represents any representation of a chunk of data