csv_log_cleaner 0.2.0

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.cached]
version = "0.49.2"

[dependencies.chrono]
version = "0.4.35"

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

[dependencies.csv]
version = "1.3.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rayon]
version = "1.9.0"

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

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

[dependencies.serde_json]
version = "1.0.114"

[dependencies.tempfile]
version = "3.10.1"

[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.2.0"