paragraph-breaker

Crates.ioparagraph-breaker
lib.rsparagraph-breaker
version0.4.4
sourcesrc
created_at2018-06-29 08:42:12.325603
updated_at2021-05-01 09:47:04.380049
descriptionAn implementation of the Knuth-Plass algorithm for breaking paragraphs into lines
homepage
repositoryhttps://github.com/baskerville/paragraph-breaker
max_upload_size
id72205
size27,022
Bastien Dejean (baskerville)

documentation

README

The algorithms implemented in this library, total fit and standard fit, are described in Breaking Paragraphs into Lines (1981) by Donald Knuth and Michael Plass. The standard fit algorithm is only provided as a fallback to total fit.

Commit count: 50

cargo fmt