Crate widest_line

Crate widest_line 

Source
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.