Skip to main content

Crate rustalign_common

Crate rustalign_common 

Source
Expand description

RustAlign Common - Shared types and utilities

This crate provides common data structures, error types, and utilities used across all RustAlign crates.

Structs§

NucPair
A pair of nucleotides (bit-packing for FM-index)

Enums§

AlignError
Main error type for RustAlign
Nuc
A nucleotide (A, C, G, T, or N)
Strand
Strand of a read

Traits§

RevComp
Trait for types that can be reverse complemented

Type Aliases§

AlignResult
Result type alias for convenience
Result
Result type alias
Score
Alignment score type