CSV Pipeline

⚠️ Work in progress

CSV processing library

Crates.io Documentation

Dev Instructions

Get started

Install Rust.

Run tests: cargo test

Releasing a new version

  1. Update CHANGELOG.md
  2. Bump the version number in Cargo.toml
  3. Run cargo test
  4. Create a git tag in format v#.#.#
  5. Add release notes to the generated GitHub release and publish it
  6. Run cargo publish