Module dryoc::types[][src]

Structs

StackByteArray

A stack-allocated fixed-length byte array for working with data, with optional Serde features.

Traits

ByteArray

Fixed-length byte array.

Bytes

Arbitrary-length array of bytes.

MutByteArray

Fixed-length mutable byte array.

MutBytes

Arbitrary-length array of mutable bytes.

NewByteArray

Fixed-length byte array that can be created and initialized.

NewBytes

Arbitrary-length byte array that can be created and initialized.

ResizableBytes

A byte array which can be resized.