A PAF file parser
Simple iterator API for PAF files.
Example
Run this example with cargo run --release --examples ./data/5_GD_domestica.paf. The data is in this repository.
use Reader;
use env;
Simple iterator API for PAF files.
Run this example with cargo run --release --examples ./data/5_GD_domestica.paf. The data is in this repository.
use Reader;
use env;