Skip to content

Commit

Permalink
ammend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timvw committed May 25, 2022
1 parent 7c153d2 commit 21cec6f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,28 @@ cargo run -- ./testing/data/parquet/generated_simple_numerics/blogs.parquet
| | |
+--------------------------------------------------+---------+

```

## Development

Uses standard rust toolchain:

```bash
cargo build
cargo test
cargo publish
```

Linting:

```bash
cargo fmt
cargo clippy --all-features --all-targets --workspace -- -D warnings
cargo tomlfmt -p ./Cargo.toml
```

Or all in one as following:

```bash
./dev/rust_lint.sh
```

0 comments on commit 21cec6f

Please sign in to comment.