Module socketcan::dump

source ·
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

Enums