eventsourcingdb 2.0.4

A client library for the EventsourcingDB by the native web.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
qa: analyze test

analyze:
	@cargo clippy
	@cargo fmt --check
	@cargo doc --all-features --no-deps --document-private-items

test:
	@cargo test --features testcontainer

format:
	@cargo fmt

.PHONY: analyze format qa test