build-release:
cargo build --release --example aggregation
run-aggregation:
cargo run --release --example aggregation
run-raw-client:
cargo run --release --example raw_client
test:
RUST_BACKTRACE=1 cargo test --release -- --nocapture --test-threads 1