rudb-csv 0.2.0

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

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

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

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