varfish-org / hgvs-rs

A port of biocommons/hgvs to the Rust programming language
Apache License 2.0
11 stars 4 forks source link

Replace all usages of unwrap #70

Closed holtgrewe closed 1 year ago

holtgrewe commented 1 year ago

Either replace by expect() explaining the invariant or raising an error (anyhow Error for now).