Crate can_utils [] [src]

This is a crate of handy modules and utilities for manipulating CAN data and interfaces.

NOTE: this crate is not yet ready for prime time, but it will be soon, just publishing now to claim the name

TODO: add real documentation here

Modules

byte_orders

A collection of [byteorder] types to facilitate unpacking values from frames.

timing_calculator

The timing_calculator module computes CAN interface timing parameters.

Structs

CanFdFrame

A low level representation of the frames that might be sent and received on a CAN FD bus.

CanFrame

A low level representation of the frames that might be sent and received on a CAN bus.