Cargo Features

rs-can has no features set by default.

[dependencies]
rs-can = { version = "0.1.0-alpha3", features = ["async", "isotp-can-fd", "isotp-std2004", "isotp-std2016"] }
async

Affects driver::ResultWrapper

isotp-can-fd

Affects constant::SINGLE_FRAME_SIZE_2004, constant::SINGLE_FRAME_SIZE_2016, constant::FIRST_FRAME_SIZE_2004, constant::FIRST_FRAME_SIZE_2016, constant::CONSECUTIVE_FRAME_SIZE

isotp-std2004 = iso15765-2

Affects frame::Frame.from_iso_tp, rs-can::isotp

isotp-std2016 = iso15765-2

Affects frame::Frame.from_iso_tp, rs-can::isotp

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

iso15765-2 isotp-std2004? isotp-std2016?