Current section
Files
Jump to
Current section
Files
src/boyer_moore.app.src
{application, boyer_moore, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Boyer-Moore search algorithm for BitArrays and custom data structures"},
{modules, [boyer_moore]},
{registered, []}
]}.