1 2 3 4 5 6 7 8 9
//! Async GFF. pub mod io; #[deprecated( since = "0.33.0", note = "Use `noodles_gff::r#async::io::Reader` instead." )] pub use self::io::Reader;