[][src]Crate esl01_drawdag

drawdag

Utilities to parse ASCII revision DAG and create commits from them.

Functions

commit

Commit the DAG by using the given commit function.

drawdag

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

parse

Parse an ASCII DAG. Extract edge information. Return a map from names to their parents.