Data Processor
Project Overview: Data Processor is a command-line tool for efficiently handling data in various formats, including CSV and JSON. It provides functionalities to read, transform, and write data, ensuring reliability and performance.
Features:
- CSV Operations: Read and write CSV files, perform data transformations.
- JSON Processing: Parse JSON data, apply custom logic, and serialize processed data.
- Error Handling: Utilizes Rust's Result and Option types for robust error management.
- Logging: Uses log and env_logger for detailed execution logs.
Run: Build Project: cargo build --release Run Project: cargo run --release