find_break_point

Function find_break_point 

Source
fn find_break_point(
    chars: &[char],
    start: usize,
    target_end: usize,
    total: usize,
) -> usize
Expand description

Find a good break point near the target end position.