technocreatives / dbc-codegen

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

Implement Arbitrary #12

Closed killercup closed 3 years ago

killercup commented 3 years ago

We want to generate random but valid messages.

cf. https://github.com/technocreatives/dbc-codegen/discussions/10#discussioncomment-454260

marcelbuesing commented 3 years ago

Probably needs to be put behind feature flags for now.

https://github.com/rust-fuzz/arbitrary/pull/74