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

rust-embedded/heapless

Heapless, `static` friendly data structures observed · 2026-08-28

github.com/rust-embedded/heapless · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 96
  • Release rhythm 56
  • 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: 114
  • age_days: 3468
  • days_rel: 134
  • days_push: 25
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

2014 stars · 251 forks observed · 2026-08-28

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

A Rust crate providing `static`-friendly data structures (vectors, queues, maps, etc.) that don't require dynamic memory allocation. It is designed for `no_std` and embedded environments where a heap allocator is unavailable or undesirable.

Use cases

  • use data structures without a heap allocator in embedded Rust
  • store collections in static variables in no_std code
  • avoid dynamic memory allocation on microcontrollers
  • implement fixed-capacity buffers and queues for real-time systems
  • write heap-free Rust for bare-metal targets

When to choose

  • you're writing no_std or embedded Rust and need vectors, queues, or maps without a heap
  • you need deterministic, allocation-free data structures for real-time or safety-critical code
  • you want widely adopted, well-maintained static data structures (100M+ crate downloads)

When to avoid

  • you're writing std Rust where dynamic allocation is fine and std collections are more flexible
  • you need growable structures without fixed capacity limits
  • you need data structures not offered by the crate's fixed-size collection set

Facets

library · maturity stable

data-generation concurrency developer-tools embedded-systems programming-languages rust embedded cross-platform no-std no-heap data-structures static-allocation embedded-rust algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
rust-embedded/heaplessmain83

For agents

markdown · JSON · MCP: product_card(name="rust-embedded/heapless")

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