[][src]Module gfa::parser

Structs

GFAParser

GFAParser encapsulates a parsing configuration, which is currently limited to filtering based on line type, and the choice of optional fields storage (see optfields.rs). Will likely become generic over the N type in GFA<N, T: OptFields>, but for now the parser only produces GFA lines with BString segment names.

GFAParsingConfig

Represents the user-facing parser configuration that does not depend on the type of the resulting GFA object; currently limited to filtering which lines to parse and which to ignore.