Packages

A simple token bucket rate limiter as a Gleam actor

Retired package: This package is easy to misuse in a way that has poor performance.

Current section

Files

Jump to
speedbump src speedbump.app.src
Raw

src/speedbump.app.src

{application, speedbump, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
gleam_time]},
{description, "A simple token bucket rate limiter as a Gleam actor"},
{modules, [ffi,
speedbump,
speedbump@@main]},
{registered, []}
]}.