Skip to content

Version 0.2.0

Pre-release
Pre-release

Choose a tag to compare

@felixc felixc released this 01 Mar 16:57
· 120 commits to main since this release
v0.2.0

2015-03-01 - v0.2.0

  • The get_tag_type function now returns an item from an enum of data types.
  • Some methods that used to return magic numbers on error now return Options.
  • The get_mime_type method is renamed get_media_type for correctness.
  • Custom Rational type replaced by common num::rational::Ratio.