substrait-rs
Experimental Rust bindings for substrait.
Build & Test
Clone this repository.
git clone [email protected]:andygrove/substrait-rs.git
cd substrait-rs
Clone the substrait-io repository inside this project.
git clone [email protected]:substrait-io/substrait.git
Build and test with Cargo.
cargo test