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

Bump bitvec to 1.0 and can-dbc to 0.5 #47

Closed marcelbuesing closed 1 year ago

marcelbuesing commented 1 year ago

I thought this might make sense as bitvec refers to versions prior to 1.0 as "prototype". The changelog of 1.0.1 sounds like this might have some positive runtime performance impacts. Biggest downside basically, it seems this means minimal Rust version is 1.63.0 due to the use of std::array:from_fn.