technocreatives / dbc-codegen

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

Make feature-gated impls configurable #61

Closed hulthe closed 7 months ago

hulthe commented 7 months ago

Make fn codegen take a Config struct that let's the user determine if and how optional features should be generated.