#alignment #bindings #sequence-alignment #dna #ksw2

sys ksw2-sys

Rust bindings for the ksw2 sequence alignment library

1 unstable release

0.1.0 Nov 4, 2022

#23 in #sequence-alignment

MIT license

145KB
3.5K SLoC

C 2K SLoC // 0.0% comments VB6 791 SLoC Rust 597 SLoC // 0.0% comments

ksw2-sys

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

Command used to generate the bindings:

cd src && bindgen ../ksw2/ksw2.h --allowlist-function "ksw_.*" > lib.rs

Dependencies