briandorsey / wavrw

wavrw is a command line tool to read and write WAV files with a focus on visualizing the structure of files and parsing metadata.
Apache License 2.0
2 stars 1 forks source link

make integration test which asserteq!(T.new() == T.default()) for all Data structs. #74

Closed briandorsey closed 5 months ago

briandorsey commented 5 months ago

Maybe use a macro to make it easy to keep up to date?

briandorsey commented 5 months ago

Closing this because many of the Data structs need some kind of validation of their data, so implementing default probably doesn't make sense.