substrait-rs
Rust bindings for substrait.
Build & Test
Clone this repository.
Update submodules.
Build and test with Cargo.
Rust bindings for substrait.
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