Implementation of the Line Breaking Algorithm described in Unicode Standard Annex #14.
Given an input text, locates "line break opportunities", or positions appropriate for wrapping lines when displaying text.
Example
use ;
let text = "a b \nc";
assert!;