stan 0.0.5

NATS Streaming client based on official NATS rust client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
.DEFAULT_GOAL := run

.PHONY: run
run:
	cargo run

.PHONY: test
test:
	cargo test

.PHONY: publish
publish: test
	cargo publish