rudb-csv 0.1.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.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d858e3df45b3206c242468daeaa85720aca0fabe9ebd729d2f9759e9bb3a9c2a"

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

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

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