A simple CLI tool for converting CSV file content to JSON.
我花了一個小時搓出來,接著優化了兩天的快速 CSV 轉 JSON CLI 小工具
Install Rust with rustup first.
Use cargo
command to install this tool.
cargo install fast-csv-to-json
SIMD optimization has been disabled due to Rust nightly toolchain requirement, you can still grab SIMD enabled code from simd-enabled branch and compile this tool manually.
``` Fast CSV to JSON - A simple CLI tool for converting CSV file content to JSON.
Usage: fast-csv-to-json [OPTIONS] --input
Options:
-i, --input