1#[deprecated(
2 since = "0.1.2",
3 note = "This crate is deprecated. See the readme for more information."
4)]
5pub mod align;
6#[deprecated(
7 since = "0.1.2",
8 note = "This crate is deprecated. See the readme for more information."
9)]
10pub mod alphabet;
11#[deprecated(
12 since = "0.1.2",
13 note = "This crate is deprecated. See the readme for more information."
14)]
15pub mod output;
16#[deprecated(
17 since = "0.1.2",
18 note = "This crate is deprecated. See the readme for more information."
19)]
20pub mod structs;
21#[deprecated(
22 since = "0.1.2",
23 note = "This crate is deprecated. See the readme for more information."
24)]
25mod util;
26#[deprecated(
27 since = "0.1.2",
28 note = "This crate is deprecated. See the readme for more information."
29)]
30pub mod viz;