substrait 0.3.0

Rust bindings for Substrait
Documentation

substrait-rs

Rust bindings for substrait.

Build & Test

Clone this repository.

git clone git@github.com:substrait-io/substrait-rs.git
cd substrait-rs

Update submodules.

git submodule init
git submodule update

Build and test with Cargo.

cargo test