technocreatives / dbc-codegen

Generate Rust structs for messages from a dbc (CAN bus definition) file.
Apache License 2.0
43 stars 23 forks source link

Explicit overflow behavior #23

Open killercup opened 3 years ago

killercup commented 3 years ago

We can use #![deny(clippy::integer_arithmetic)] to make all overflow handling explicit.