substrait 0.1.0

Rust bindings for Substrait
Documentation

substrait-rs

Experimental Rust bindings for substrait.

Build & Test

cargo test

Generate Documentation

cargo doc --no-deps

Publishing the crate

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.

cargo publish --allow-dirty