technocreatives / dbc-codegen

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

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

Closed schphil closed 1 year 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?