rudb-csv 0.2.3

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

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

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

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