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§
- Align
Error - 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§
- Align
Result - Result type alias for convenience
- Result
- Result type alias
- Score
- Alignment score type