Skip to main content

Crate ps_datachunk

Crate ps_datachunk 

Source

Re-exports§

pub use aligned::AlignedDataChunk;
pub use borrowed::BorrowedDataChunk;
pub use cow::CowDataChunk;
pub use encrypted::EncryptedDataChunk;
pub use error::DataChunkError;
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§

aligned
borrowed
cow
encrypted
error
mbuf
owned
serialized
typed
utils

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Hash
Mbuf
A memory buffer with associated metadata.

Traits§

DataChunk
Represents any representation of a chunk of data.