Skip to main content

split_sections_by_boundary

Function split_sections_by_boundary 

Source
pub fn split_sections_by_boundary(sections: &[Section]) -> Vec<Vec<Section>>
Expand description

Split sections into documents based on ENDPOINT boundaries.

Convenience wrapper for borrowed input.