Version 0.2.0
Pre-release
Pre-release
2015-03-01 - v0.2.0
- The
get_tag_typefunction 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_typemethod is renamedget_media_typefor correctness. - Custom
Rationaltype replaced by commonnum::rational::Ratio.