varfish-org / hgvs-rs

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

Split provider interface #46

Open holtgrewe opened 1 year ago

holtgrewe commented 1 year ago

The HGVS conversion code and variant normalization code does not need the full UTA interface. We should split the interface into a basic and an extended/full interface part. This will allow for easier implementation.