substrait 0.3.0

Rust bindings for Substrait
Documentation
<!--
// SPDX-License-Identifier: Apache-2.0
-->

# substrait-rs

Rust bindings for [substrait](https://substrait.io/).

## 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
```