Now that my sequence alignment library Goombay has a Rust version Goombay-rs, I think it would also be beneficial to add some Rust bindings to this library so that these data structures can be re-used without having to re-write the entire library.
The main functionality that I would like to have a Rust equivalent for would be the substitution matrices (so that they can be called by the Goombay-rs algorithms), but the goal would be to have the ability to call any function/data structure in this library from Rust.
My first thought is to use PyO3 and Pythonize.
Now that my sequence alignment library Goombay has a Rust version Goombay-rs, I think it would also be beneficial to add some Rust bindings to this library so that these data structures can be re-used without having to re-write the entire library.
The main functionality that I would like to have a Rust equivalent for would be the substitution matrices (so that they can be called by the Goombay-rs algorithms), but the goal would be to have the ability to call any function/data structure in this library from Rust.
My first thought is to use PyO3 and Pythonize.