Skip to main content

split_sections_by_boundary_owned

Function split_sections_by_boundary_owned 

Source
pub fn split_sections_by_boundary_owned(
    sections: Vec<Section>,
) -> Vec<Vec<Section>>
Expand description

Split owned sections into documents based on ENDPOINT boundaries.

Each ENDPOINT with meaningful content before it starts a new document.