High-performance file processing
Yuksek performansli dosya isleme
CSV ayristirma
csv = "1"JSON ayristirma
serde_json = "1"Paralel isleme
rayon = "1"Copy this Cargo.toml to get started:
[package]
name = "my-csv-json-processor"
version = "0.1.0"
edition = "2021"
[dependencies]
csv = "1"
serde_json = "1"
rayon = "1"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: