csv_log_cleaner 0.1.1

Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "3.2.21"

[dependencies.csv]
version = "1.1"

[dependencies.num_cpus]
version = "1.15.0"

[dependencies.rayon]
version = "1.6.1"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.3.0"

[package]
description = "Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss."
edition = "2021"
license = "MIT"
name = "csv_log_cleaner"
readme = "README.md"
version = "0.1.1"