Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@rossnomann rossnomann released this 30 Mar 04:34
· 10 commits to master since this release
  • Switched to 2018 edition.
  • Renamed Subtitle to Item.
  • Changed type of subtitle's start_time and end_time to Time.
    (You still able to convert it to Duration.)
  • Renamed parse function to from_str.
  • Renamed read_from_file function to from_file.
  • Added from_reader function.
  • Removed Result alias.
  • Error struct replaced by a bunch of different structs.