Skip to content

Quick and dirty script for performant parsing of tsv files

License

Notifications You must be signed in to change notification settings

solidiquis/tsv_parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSV Parse

Quick and dirty regex TSV parser built on top of Rayon for fast parsing. As this is a quick and dirty script it will not be published to crates.io.

Usage

Parse a tsv file with provided regex pattern

Usage: tsv_parse <PATH> <PATTERN>

Arguments:
  <PATH>     Path to file
  <PATTERN>  Regex pattern to search

Options:
  -h, --help     Print help
  -V, --version  Print version

About

Quick and dirty script for performant parsing of tsv files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages