Function drawdag::drawdag

source ·
pub fn drawdag(
    text: &str,
    commit_func: impl FnMut(String, Vec<Box<[u8]>>) -> Box<[u8]>
)
Expand description

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