noodles_fasta/
fs.rs

1//! FASTA filesystem operations.
2
3mod index;
4
5pub use self::index::index;