#tabs #file #plain-text #file-line

tabfile

A simple Rust library to read tab-delimited data

2 releases

0.2.1 Jun 25, 2020
0.2.0 Jun 23, 2020

#30 in #tabs

38 downloads per month
Used in 3 crates

LGPL-3.0

16KB
274 lines

tabfile

A rust library for convenient reading of tab-delimited files.

Please see the docs.rs documentation for usage information.


lib.rs:

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.

No runtime deps