⌘ / Alt + ←→ to navigate chapters
A Rust CLI tool that rthat reads a CSV file and converts it to JSON format.Using serde, serde_json, and csv crates to parse and serialize structured data in Rust.
cargo run -- data.csv output.json