natkeo559 / can-types

A rust crate for encoding or decoding various Controller Area Network (CAN) data types, including the SAE J1939 standard.
https://crates.io/crates/can-types
Apache License 2.0
7 stars 0 forks source link

Consider adding `proptest` dependency #22

Open natkeo559 opened 2 months ago

natkeo559 commented 2 months ago

Consider integrating the proptest crate into this project to enhance testing capabilities with property-based testing. This approach generates diverse inputs automatically, uncovering edge cases and subtle bugs that traditional tests might miss.

See: https://proptest-rs.github.io/proptest/intro.html