/// Exposed for fuzzing so we can check the slow path is correct. pubfn fill_slow_path<'a>(text: &str, options: Options<'_>) -> String { crate::fill::fill_slow_path(text, options)
}
/// Exposed for fuzzing so we can check the slow path is correct. pubfn wrap_single_line<'a>(line: &'a str, options: &Options<'_>, lines: &mut Vec<Cow<'a, str>>) { crate::wrap::wrap_single_line(line, options, lines);
}
/// Exposed for fuzzing so we can check the slow path is correct. pubfn wrap_single_line_slow_path<'a>(
line: &'a str,
options: &Options<'_>,
lines: &mut Vec<Cow<'a, str>>,
) { crate::wrap::wrap_single_line_slow_path(line, options, lines)
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-19)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.