macro-machines 0.8.4

State machine macros with logging and graphviz DOT file generation
Documentation
digraph dependencies {
	N0[label="macro-machines"];
	N1[label="cfg-if"];
	N2[label="log"];
	N3[label="marksman_escape"];
	N0 -> N2[label=""];
	N0 -> N3[label=""];
	N2 -> N1[label=""];
}