# Functions
Build writes a Fasta struct to a string.
Parse parses a given Fasta file into an array of Fasta structs.
ParseConcurrent concurrently parses a given Fasta file in an io.Reader into a channel of Fasta structs.
Read reads a file into an array of Fasta structs.
ReadConcurrent concurrently reads a flat Fasta file into a Fasta channel.
ReadGz reads a gzipped file into an array of Fasta structs.
ReadGzConcurrent concurrently reads a gzipped Fasta file into a Fasta channel.
Write writes a string to a file.