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

FormatTag's TryFrom shouldn't need a binrw error, refactor #118

Closed briandorsey closed 1 month ago

briandorsey commented 2 months ago
  571  impl TryFrom<&FormatTag> for u16 {                                                           
  572      // infalible, but binrw seems to need TryFrom?                                           
  573      type Error = binrw::io::Error;
briandorsey commented 1 month ago

closed by 4f9b71e183a6626b88075c1db075282c38408711