natkeo559 / can-types

A rust crate for encoding or decoding various Controller Area Network (CAN) data types, including the SAE J1939 standard.
https://crates.io/crates/can-types
Apache License 2.0
6 stars 0 forks source link

Identifiers/Frames to hexadecimal #2

Closed natkeo559 closed 1 month ago

natkeo559 commented 1 month ago

Implement functionality to convert integer IdExtended, IdStandard and Data fields to hex. If this is easier to develop using std, implement proper no_std feature gating (i.e. --no-default-features for no_std).

natkeo559 commented 1 month ago

8