bsalign 0.8.0

Rust bindings for the bsalign C library
1
2
3
4
5
6
7
8
9
10
11
mod align_mode;
mod align_score;
mod vector;

#[cfg(target_arch = "x86_64")]
pub mod pairwise;
#[cfg(target_arch = "x86_64")]
pub mod poa;

pub use align_mode::AlignMode;
pub use align_score::AlignScore;