Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.2.0

Latest

Choose a tag to compare

@sublipri sublipri released this 21 May 01:16
8d20dd1

Fixed

  • Panics that occur with recent data dumps

Added

  • Parse release series data (previously missing from the dumps)
  • Tests

Changed

  • Parse XML attributes by name instead of relying on their order
  • Made some struct fields optional
  • Parse empty values as None
  • Made ID integer types consistent (u32)
  • DiscogsReader::from_path takes AsRef<Path> instead of &Path