[][src]Function esl01_drawdag::drawdag

pub fn drawdag(
    text: impl AsRef<str>,
    commit_func: impl FnMut(String, Vec<Box<[u8]>>) -> Box<[u8]>
)

Parse the ASCII DAG and commit it. See parse and commit for details.