interchange 0.3.2

Request/response mechanism for embedded development, using atomics
Documentation
1
2
3
4
5
6
7
8
9
.PHONY= test, clippy

test:
	cargo t
	RUSTFLAGS='--cfg loom' cargo t loom

clippy:
	cargo clippy --all-targets --all-features
	RUSTFLAGS='--cfg loom' cargo clippy --all-targets --all-features