Crate frombytes

Source
Expand description

Defines a cursor over a slice of bytes.

Structs§

Bytes
A cursor over a slice of bytes.
Error
A generic error that can occur while reading bytes.

Traits§

FromBytes
Fallible conversion of bytes to a new type.

Type Aliases§

Result
A result type to use in this crate.