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::PsDataChunkError;
pub use error::Result;
pub use mbuf::MbufDataChunk;
pub use owned::OwnedDataChunk;
pub use serialized::SerializedDataChunk;
pub use shared::SharedDataChunk;
pub use typed::ToDataChunk;
pub use typed::ToTypedDataChunk;
pub use typed::TypedDataChunk;

Modules§

aligned
borrowed
cow
encrypted
error
mbuf
owned
serialized
shared
typed
utils

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Hash
a 64-byte ascii string representing a Hash
Mbuf

Traits§

DataChunk
represents any representation of a chunk of data