Expand description
Trait for parsing of SOME/IP data types.
Structs§
- Byte
Reader - Reads bytes from an underlying byte-slice.
Enums§
- Parse
Error - An error while parsing a SOME/IP payload type.
Traits§
- Parse
- A trait for parsing SOME/IP payload types from a slice of bytes.
- Parse
Ext - An extension trait to expose a nicer API to the user.
Derive Macros§
- Parse
- Derives implementation of the
Parse
trait.