cindex 0.5.0

CSV indexing library
Documentation
[dependencies.dcsv]
version = "0.2.0"

[dependencies.rayon]
optional = true
version = "1.5.1"

[dependencies.regex]
version = "1.5.4"

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

[package]
categories = ["text-processing"]
description = "CSV indexing library"
edition = "2018"
homepage = "https://github.com/simhyeon/cindex"
keywords = ["text-processing", "csv", "indexing"]
license = "MIT OR Apache-2.0"
name = "cindex"
readme = "README.md"
repository = "https://github.com/simhyeon/cindex"
version = "0.5.0"