trfr
The trfr crate is purely for parsing the output of the command line tool Tandem Repeat Finder (or trf).
The output is generated by passing the -d flag to createa parseable table (rather than the standard HTML output). Please see here for the source code and citation for trf.
The API follows that of most mainstream Rust API's (in particular BurntSushi's). It is an iterator API.
Example
use ;