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
7 stars 0 forks source link

Remove `bitfield-struct` conversion generation. #26

Closed natkeo559 closed 2 months ago

natkeo559 commented 2 months ago

The conversion methods provided by the bitfield-struct derive macro are redundant and are already implemented with the can-types conversion trait.