| Crates.io | ksw2-sys |
| lib.rs | ksw2-sys |
| version | 0.1.0 |
| created_at | 2022-11-04 18:52:02.953137+00 |
| updated_at | 2022-11-04 18:52:02.953137+00 |
| description | Rust bindings for the ksw2 sequence alignment library |
| homepage | |
| repository | https://github.com/rchikhi/ksw2-sys |
| max_upload_size | |
| id | 705396 |
| size | 331,064 |
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