CSV to C Header File Example
To run, first install rust toolchain using rustup from here.
Then to install dependencies and run:
cargo run
A quick example of reading a CSV file and generating C headers from it
Rust
To run, first install rust toolchain using rustup from here.
Then to install dependencies and run:
cargo run