termal-alignment 0.2.0

Alignment parsing and metrics for the termal multiple-sequence-alignment viewer
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: MIT
// Copyright (c) 2025-2026 Thomas Junier

pub mod alignment;
pub mod error;
pub mod rgb;
pub mod seq;

pub use alignment::Alignment;