rust-av / av-metrics

Quality metrics
MIT License
53 stars 10 forks source link

Remove API's internal unwraps #285

Closed Luni-4 closed 3 years ago

Luni-4 commented 3 years ago

This PR removes API's internal unwraps, leaving to the user the decision on how an error should be treated. In some cases, new errors have been added, other times default values have been chosen.

Thanks in advance for your review! :)

shssoichiro commented 3 years ago

Thanks!