quick-csv 0.1.5

quick csv reader and decoder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "quick-csv"
version = "0.1.5"
authors = ["Johann Tuffe <tafia973@gmail.com"]
description = "quick csv reader and decoder"

repository = "https://github.com/tafia/quick-csv"
documentation = "http://tafia.github.io/quick-csv/quick_csv/index.html"

readme = "README.md"
keywords = ["csv", "delimited", "parser"]
license = "MIT"

[dependencies]
rustc-serialize="0.3"

[lib]
bench=false