1//! Async FASTA. 2 3pub mod io; 4 5#[deprecated(since = "0.39.0", note = "Use `gff::r#async::io::Reader` instead.")] 6pub use self::io::Reader;