Experimental Rust bindings for substrait.
bash
cargo test
bash
cargo doc --no-deps
We need to specify --allow-dirty
when publishing because we copy the .proto
files into the local directory but
do not commit these copies to git.
bash
cargo publish --allow-dirty