Skip to content

textwrap-0.12.1

Choose a tag to compare

@mgeisler mgeisler released this 24 Nov 08:59
· 688 commits to master since this release
b224787

This is a bugfix release.

  • Fixed #176: Mention compile-time wrapping by linking to the [textwrap-macros crate].
  • Fixed #193: Wrapping with break_words(false) was broken and would cause extra whitespace to be inserted when words
    were longer than the line width.