1/// A module for managing and handling text parsing functions, the current functions are used for 2/// parsing and analyzing different aspects of the VCF text files 3///``` 4///``` 5pub mod text_parser; 6pub mod vcf_tools; 7pub mod summary;