rudb-csv 0.2.4

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

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

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

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