Ross ROSS = Recommend OSS · open-source software intelligence for agents

rusterlium/rustler

Safe Rust bridge for creating Erlang NIF functions observed · 2026-08-28

github.com/rusterlium/rustler · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 99
  • Release rhythm 73
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 73.0
  • age_days: 4033
  • days_rel: 100
  • days_push: 7
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

4857 stars · 246 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Rustler is a Rust library for writing safe Erlang NIFs (Native Implemented Functions) that run inside the BEAM VM without risking crashes. It provides boilerplate generation, encoding/decoding of Erlang terms, panic catching, and resource objects for both Erlang and Elixir.

Use cases

  • write erlang nifs in rust
  • call rust code from elixir
  • speed up elixir with native functions
  • encode rust structs to erlang terms
  • pass rust resources into erlang code safely
  • avoid crashing the beam vm with native code

When to choose

  • you need native performance in an Erlang or Elixir application
  • you want memory-safe FFI into the BEAM without segfaults
  • you want ergonomic Rust-to-Elixir bindings with derive macros

When to avoid

  • you need a pure Rust or pure Elixir solution without FFI
  • you target platforms or OTP versions outside the supported range
  • you need long-running NIFs that block BEAM schedulers (consider dirty schedulers or ports)

Facets

library · maturity stable

serialization developer-tools developer-tools programming-languages backend rust windows cross-platform erlang elixir nif ffi beam interop linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
rusterlium/rustlermain90

For agents

markdown · JSON · MCP: product_card(name="rusterlium/rustler")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem