marcelbuesing / can-dbc

Rust dbc parser
MIT License
59 stars 22 forks source link

chore!: rename value description types to be more descriptive #9

Open hcsch opened 1 year ago

hcsch commented 1 year ago

I stumbled across the ValDescription type while using https://github.com/technocreatives/dbc-codegen, and was a bit confused by the fields being named a and b. I hope this commit can alleviate such confusion for others in the future.

This is a breaking change, so it'll likely have to wait for a future major release.