flute 1.0.1

File Delivery over Unidirectional Transport (FLUTE)
Documentation
1
2
3
4
5
6
7
8
9
10

test_py:
	maturin develop --all-features
	python3 -m unittest discover

publish_py:
	act -j linux --env ACTIONS_RUNTIME_TOKEN=foo --artifact-server-path ./artifact

readme:
	cargo readme > README.md