c3_sdk 0.1.0

The C3 SDK for Rust
Documentation
all:
	@echo "no default"

.PHONY: run
run:
	cargo run

.PHONY: test
test:
	cargo test

.PHONY: test/payload
test/payload:
	@echo '["setItem","foo","bar"]' |  nc localhost 3333