CSV Pipeline
⚠️ Work in progress
CSV processing library

Dev Instructions
Get started
Install Rust.
Run tests:
cargo test
Releasing a new version
- Update
CHANGELOG.md
- Bump the version number in
Cargo.toml
- Run
cargo test
- Create a git tag in format
v#.#.#
- Add release notes to the generated GitHub release and publish it
- Run
cargo publish