Packages

Boyer-Moore search algorithm for BitArrays and custom data structures

Current section

Files

Jump to
boyer_moore src boyer_moore.app.src
Raw

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, []}
]}.