Skip to content

textwrap-0.13.2

Choose a tag to compare

@github-actions github-actions released this 30 Dec 16:15
e92e7f2

Version 0.13.2 (2020-12-30)

This release primarily makes all dependencies optional. This makes it possible to slim down textwrap as needed.

  • #254: impl WordSplitter for Box<T> where T: WordSplitter.
  • #255: Use command line arguments as initial text in interactive example.
  • #256: Introduce fuzz tests for wrap_optimal_fit and wrap_first_fit.
  • #260: Make the unicode-width dependency optional.
  • #261: Make the smawk dependency optional.