substrait-rs

Rust bindings for substrait.

Build & Test

Clone this repository.

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

Update submodules.

bash git submodule init git submodule update

Build and test with Cargo.

bash cargo test