[][src]Function haml::to_ast

pub fn to_ast(haml: &str) -> String

Converts the Haml into an abstract syntax tree

Example

use haml;
let ast = haml::to_ast("%span");