Function haml::to_ast

source ·
pub fn to_ast(haml: &str) -> String
Expand description

Converts the Haml into an abstract syntax tree

Example

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