High-performance file processing
Yüksek performanslı dosya işleme
CSV ayrıştırma
csv = "1"JSON ayrıştırma
serde_json = "1"Paralel işleme
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: