Expand description
§Diagnostics over Internet Protocol Codec Crate
The purpose of this crate is to provide an easy way to encode and decode
DoIP
Messages defined in the doip-definitions
crate.
Structs§
- Doip
Codec - A simple Decoder and Encoder implementation for Diagnostics over Internet Protocol.
Enums§
- Error
- Custom Error enum for deriving error types across the application and API.
Type Aliases§
- Result
- Custom Result type which allows for easier typing of errors across the API.