#plain-text #tabs #file #data

tabfile

A simple Rust library to read tab-delimited data

2 releases

0.2.1 Jun 25, 2020
0.2.0 Jun 23, 2020

#2365 in Encoding


Used in 3 crates

LGPL-3.0

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.

No runtime deps