Skip to content

Release v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 16:40
· 236 commits to master since this release
Release 1.0.3

This is a C++ library to format text in columns with a maximum width.
When a line of text is longer than its column's maximum width, the text
is automatically wrapped. A number of other features are also supported,
such as adding an initial indent, indenting all lines, etc... Refer to
the API documentation for more details.