Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidiquis/tsv_parse
Quick and dirty script for performant parsing of tsv files
https://github.com/solidiquis/tsv_parse
Last synced: 6 days ago
JSON representation
Quick and dirty script for performant parsing of tsv files
- Host: GitHub
- URL: https://github.com/solidiquis/tsv_parse
- Owner: solidiquis
- License: mit
- Created: 2023-07-24T23:17:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-24T23:18:58.000Z (over 1 year ago)
- Last Synced: 2023-07-25T00:26:19.591Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TSV Parse
Quick and dirty regex TSV parser built on top of [Rayon](https://github.com/rayon-rs/rayon) for fast parsing. As this is a quick and dirty script it will not be published to [crates.io](https://crates.io/).
### Usage
```
Parse a tsv file with provided regex patternUsage: tsv_parse
Arguments:
Path to file
Regex pattern to searchOptions:
-h, --help Print help
-V, --version Print version
```