Rust bindings for the fast DNA alignment library ksw2: https://github.com/lh3/ksw2
See https://github.com/rchikhi/rust-alignbench for an example usage
cd src && bindgen ../ksw2/ksw2.h --allowlist-function "ksw_.*" > lib.rs
Rust bindings for the fast DNA alignment library ksw2: https://github.com/lh3/ksw2
See https://github.com/rchikhi/rust-alignbench for an example usage
cd src && bindgen ../ksw2/ksw2.h --allowlist-function "ksw_.*" > lib.rs