rudb-csv 0.2.7

The CSV reader and writer, including dialect sniffing and type inference.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rudb-common"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b74e89336bf2a1f4526b2ea1a6d10ed9dc66c8fe7414f613881c559841ade4e2"

[[package]]
name = "rudb-csv"
version = "0.2.7"
dependencies = [
 "rudb-common",
 "rudb-io",
 "rudb-vector",
]

[[package]]
name = "rudb-io"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c4b464fab23ff7129fd92b604fb81ea89e3ce8e750c723f4e2f79a052d73163"
dependencies = [
 "rudb-common",
]

[[package]]
name = "rudb-vector"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4455f5c2813703ce11e039943bfd91805bf0e27a4a37bec189d5e8230fdcf2c3"
dependencies = [
 "rudb-common",
]