Crate ps_datachunk

Source

Re-exports§

pub use aligned::AlignedDataChunk;
pub use borrowed::BorrowedDataChunk;
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
encrypted
error
mbuf
owned
serialized
shared
typed
utils

Structs§

Hash
a 50-byte ascii string representing a Hash
Mbuf

Enums§

DataChunk
represents a chunk of data that is either owned or pointed to

Traits§

DataChunkTrait
represents any representation of a chunk of data