Expand description

candump format parsing

Parses the text format emitted by the candump utility, which is part of can-utils.

Example:

(1469439874.299654) can1 701#7F

Can be parsed by a Reader object. The API is inspired by the csv crate.

Structs

Recorded CAN frame.

Record iterator

A CAN log reader.

Enums

candump line parse error