rudb-csv 0.2.2

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

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

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

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