mellie
Types
pub type ElementTree =
presentable_soup.ElementTree
Values
pub fn element(
tag: String,
attributes: List(#(String, String)),
children: List(presentable_soup.ElementTree),
) -> presentable_soup.ElementTree
pub fn element_to_string(
el: presentable_soup.ElementTree,
) -> String
pub fn elements_to_string(
el: List(presentable_soup.ElementTree),
) -> String
pub fn parse(
html str: String,
) -> Result(presentable_soup.ElementTree, String)
pub fn text(text: String) -> presentable_soup.ElementTree
pub fn to_document_string(
el: presentable_soup.ElementTree,
) -> String