technocreatives / dbc-codegen

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

change return type of fn raw() to array #57

Closed schphil closed 8 months ago

schphil commented 1 year ago

hi, thanks for the work so far.

is there any reason why you would return a slice instead of an array?