noodles_fasta/fai/
io.rs

1//! FAI I/O.
2
3mod reader;
4pub(crate) mod writer;
5
6pub use self::{reader::Reader, writer::Writer};