tabfile 0.2.0

A simple Rust library to read tab-delimited data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Jörn Bethune"]
description = "A simple Rust library to read tab-delimited data"
edition = "2018"
keywords = ["plaintext", "file", "tab"]
license = "LGPL-3.0"
name = "tabfile"
readme = "README.md"
repository = "https://github.com/jbethune/tabfile"
version = "0.2.0"