termal-alignment 0.2.0

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

pub mod fasta;
pub mod file;
pub mod record;
pub mod stockholm;