Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 369 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 369 Bytes

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