Current section
Files
Jump to
Current section
Files
src/ascii_fold.app.src
{application, ascii_fold, [
{vsn, "1.0.1"},
{applications, [gleam_stdlib,
splitter]},
{description, "📠Convert non-ascii characters into their ascii equivalent."},
{modules, [ascii_fold,
ascii_fold@@main,
ascii_fold_ffi]},
{registered, []}
]}.