data_reader 0.1.0

An attempt to create a data loading library for data scientist.
Documentation
[package]
name = "data_reader"
version = "0.1.0"
authors = ["rcarson3 <rac428@cornell.edu>"]
license = "MIT/Apache-2.0"
readme = "README.md"
publish = true

repository = "https://github.com/rcarson3/rust_data_reader/"

description = "An attempt to create a data loading library for data scientist. "

keywords = ["data-reader"]
categories = ["data-structures", "science"]

exclude = [
    "*.txt",
    "/tests/*",
    "/benches/*",
]

[dependencies] 
bytecount = "0.4.0"
failure = "0.1.5"

lexical = "2.0.0"

[dev-dependencies]
criterion = "0.2.7"



# [[bench]]
# name = "examples"
# harness = false
# [profile.release]
# opt-level = 3
# debug = false
# rpath = false
# lto = false
# debug-assertions = true
# codegen-units = 16
# panic = 'unwind'
# incremental = false
# overflow-checks = false
# [profile.dev]
# opt-level = 3
# debug = false
# rpath = false
# lto = false
# debug-assertions = true
# codegen-units = 16
# panic = 'unwind'
# incremental = false
# overflow-checks = false
# [profile.bench]
# opt-level = 3
# debug = false
# rpath = false
# lto = false
# debug-assertions = true
# codegen-units = 16
# panic = 'unwind'
# incremental = false
# overflow-checks = false
# [profile.test]
# opt-level = 3
# debug = false
# rpath = false
# lto = false
# debug-assertions = true
# codegen-units = 16
# panic = 'unwind'
# incremental = false
# overflow-checks = false