Skip to content

textwrap-0.9.0

Choose a tag to compare

@mgeisler mgeisler released this 24 Nov 08:55
· 879 commits to master since this release

The dependency on term_size is now optional, and by default this feature is not enabled. This is a breaking change for users of Wrapper::with_termwidth. Enable the term_size feature to restore the old functionality.

Added a regression test for the case where width is set to usize::MAX, thanks @Fraser999! All public structs now implement Debug, thanks @hcpl!

  • Fixed #101: Make term_size an optional dependency.