redshift 1.0.3

Rust library for parsing redshift files generated by the UNLOAD command.
Documentation
[[bin]]
name = "redshift2csv"
path = "src/bin.rs"

[dependencies]
csv = "0.14.4"

[lib]
name = "redshift"
path = "src/lib.rs"

[package]
authors = ["Yuri Gorokhov <yurigorokhov@gmail.com>"]
description = "Rust library for parsing redshift files generated by the UNLOAD command."
documentation = "https://github.com/yurigorokhov/rust-redshift"
homepage = "https://github.com/yurigorokhov/rust-redshift"
keywords = ["redshift", "csv"]
license = "Apache-2.0"
name = "redshift"
readme = "README.md"
repository = "https://github.com/yurigorokhov/rust-redshift"
version = "1.0.3"