Skip to main content

write_css_url

Function write_css_url 

Source
pub fn write_css_url<W: Write>(out: &mut W, input: &str) -> Result
Expand description

writes the CSS-url-encoded form of input to out.

see for_css_url for encoding rules.