rudb-csv 0.0.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.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dc15223b52f3df5a129d76805598420e861ea852ef2b61d9779f92426ae7c59"

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

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

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