ksw2-sys

Crates.ioksw2-sys
lib.rsksw2-sys
version0.1.0
sourcesrc
created_at2022-11-04 18:52:02.953137
updated_at2022-11-04 18:52:02.953137
descriptionRust bindings for the ksw2 sequence alignment library
homepage
repositoryhttps://github.com/rchikhi/ksw2-sys
max_upload_size
id705396
size331,064
Rayan Chikhi (rchikhi)

documentation

README

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

Commit count: 6

cargo fmt