From 21cec6f290a4eea828b180b01caf8b4e5b67703e Mon Sep 17 00:00:00 2001 From: Tim Van Wassenhove Date: Wed, 25 May 2022 09:56:55 +0200 Subject: [PATCH] ammend readme --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index d105e71..89cc585 100644 --- a/README.md +++ b/README.md @@ -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 ``` \ No newline at end of file