v0.4.5
- (Rust) changed return type of
Dictionary::new()
fromResult<Dictionary, &str>
->io::Result<Dictionary>
to be more consistent with other libraries and make error handling easier. (#166)
Dictionary::new()
from Result<Dictionary, &str>
-> io::Result<Dictionary>
to be more consistent with other libraries and make error handling easier. (#166)