xdot

Function parse

Source
pub fn parse(input: &str) -> Result<Vec<ShapeDraw>, Error<&str>>
Expand description

Parse an xdot draw attribute (as defined here). Returns a vector of stateless drawing operations defining shape and style of the drawn node, edge, or label.