1 2 3 4 5 6 7 8 9 10
//! Code supporting mapping between coordinate systems. pub mod alignment; pub(crate) mod altseq; pub mod assembly; pub mod cigar; mod error; pub mod variant; pub use error::Error;