object_transfer 1.2.0

An object transfer library for various message broker and/or protocols
Documentation
1
2
3
4
5
6
7
test:
	cargo test --all-features -- --nocapture

doc:
	cargo doc --no-deps --document-private-items

.PHONY: test