2 releases
0.2.1 | Jun 25, 2020 |
---|---|
0.2.0 | Jun 23, 2020 |
#2365 in Encoding
Used in 3 crates
16KB
274 lines
Convenient reading from a tab-separated text file
This crate allows you to create a for-loop-compatible iterator over the lines of a tab-separated file. Each lines is returned as a Record which contains the original line and gives you access to the individual fields from that line.
See Tabfile's documentation to see how to use this crate.
tabfile
A rust library for convenient reading of tab-delimited files.
Please see the docs.rs documentation for usage information.