rudb-csv 0.2.6

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

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

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

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