Skip to main content

html_split_chunks

Function html_split_chunks 

Source
pub fn html_split_chunks(html: &str, max_chunk_size: usize) -> Vec<String>
Expand description

Split large HTML into chunks for separate rendering. Returns vector of complete HTML documents with head preserved in each.