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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
tempfile = "3"