Skip to main content

termal_alignment/
lib.rs

1// SPDX-License-Identifier: MIT
2// Copyright (c) 2025-2026 Thomas Junier
3
4pub mod alignment;
5pub mod error;
6pub mod rgb;
7pub mod seq;
8
9pub use alignment::Alignment;