Module dryoc::types

source ·
Expand description

Structs

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

Traits

Fixed-length byte array.
Arbitrary-length array of bytes.
Fixed-length mutable byte array.
Arbitrary-length array of mutable bytes.
Fixed-length byte array that can be created and initialized.
Arbitrary-length byte array that can be created and initialized.
A byte array which can be resized.