Module parse

Source
Expand description

Trait for parsing of SOME/IP data types.

Structs§

ByteReader
Reads bytes from an underlying byte-slice.

Enums§

ParseError
An error while parsing a SOME/IP payload type.

Traits§

Parse
A trait for parsing SOME/IP payload types from a slice of bytes.
ParseExt
An extension trait to expose a nicer API to the user.

Derive Macros§

Parse
Derives implementation of the Parse trait.