Skip to content

v0.4.5

Compare
Choose a tag to compare
@narekgharibyan narekgharibyan released this 03 Aug 05:47
  • (Rust) changed return type of Dictionary::new() from Result<Dictionary, &str> -> io::Result<Dictionary> to be more consistent with other libraries and make error handling easier. (#166)