Expand description
A library for finding the widest line in a string.
This crate provides functionality to measure the display width of lines in a string and return the width of the widest line.
Functionsยง
- widest_
line - Returns the width of the widest line in the given string.