nsys-rs-utils 0.2.3

Miscellaneous Rust utilities
Documentation
1
2
3
4
5
6
.PHONY: foo
%: foo
	dot -Tpng $@.dot > $@.png

# dummy rule to prevent MakefileDot from trying to make itself
MakefileDot: ;