rudb-csv 0.2.5

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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b683d9f9025bd0dbbf4bbffde14906cbde2a4bbaadd62081eaf78641b722af43"

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

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

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