Current section
Files
Jump to
Current section
Files
src/string_width.app.src
{application, string_width, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Estimate the dimensions of a string when printed in the terminal."},
{modules, [string_width]},
{registered, []}
]}.