This repository has been archived on 2022-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
ludum-dare-50/rustdoc/textwrap/sidebar-items.js

1 line
840 B
JavaScript

initSidebarItems({"enum":[["WordSeparator","Describes where words occur in a line of text."]],"fn":[["dedent","Removes common leading whitespace from each line."],["fill","Fill a line of text at a given width."],["fill_inplace","Fill `text` in-place without reallocating the input string."],["indent","Indent each line by the given prefix."],["refill","Refill a paragraph of wrapped text with a new width."],["unfill","Unpack a paragraph of already-wrapped text."],["wrap","Wrap a line of text at a given width."],["wrap_columns","Wrap text into columns with a given total width."]],"mod":[["core","Building blocks for advanced wrapping functionality."],["word_splitters","Word splitting functionality."],["wrap_algorithms","Word wrapping algorithms."]],"struct":[["Options","Holds configuration options for wrapping and filling text."]]});