[][src]Crate eosio_bytes

Traits, types, and implementations related to reading, writing, and counting bytes.

Enums

ReadError

Error that can be returned when reading bytes.

WriteError

Error that can be returned when writing bytes.

Traits

NumBytes

Count the number of bytes a type is expected to use.

Read

Read bytes.

Write

Write bytes.