deepbiop_fa/
lib.rs

1//! **deepbiop-fa** is a Rust library for reading and writing FASTA files.
2pub mod augment;
3pub mod encode;
4pub mod io;
5
6#[cfg(feature = "python")]
7pub mod python;