Skip to content

textwrap-0.8.0

Choose a tag to compare

@mgeisler mgeisler released this 24 Nov 08:53
· 912 commits to master since this release

The Wrapper stuct is now generic over the type of word splitter being used. This means less boxing and a nicer API. The Wrapper::word_splitter method has been removed. This is a breaking API change if you used the method to change the word splitter.

The Wrapper struct has two new methods that will wrap the input text lazily: Wrapper::wrap_iter and Wrapper::into_wrap_iter. Use those if you will be iterating over the wrapped lines one by one.

  • Fixed #59: wrap could return an iterator. Thanks @hcpl!
  • Fixed #81: Set html_root_url.