zeebe-rs 0.2.0

A gRPC client for interacting with the workflow and decision engine Camunda Zeebe.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build-debug:
	cargo build


build-release:
	cargo build --release


examples:
	cargo build --examples


fmt-check:
	cargo +nightly fmt -- --check


test:
	cargo test --verbose


lint:
	cargo clippy -- -D warnings