[][src]Function rex_regex::render_graph

pub fn render_graph(re: &str) -> String

Render the state machine generated from re as graphviz dot input. The result can be pasted into visualize.sh, which renders a PNG image from it.