Function to_html

Source
pub fn to_html(haml: &str) -> String
Expand description

Converts the Haml that is contained in a reference string into an owned string.

ยงExample

use haml;
let html: String = haml::to_html("%span");