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

rust-lang/libc

Raw bindings to platform APIs for Rust observed · 2026-08-28

github.com/rust-lang/libc · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 94
  • 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: 11
  • age_days: 4250
  • days_rel: 43
  • days_push: 8
  • n_releases_24m: 38

Full methodology

Adoption not part of the score

2598 stars · 1299 forks observed · 2026-08-28

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

A Rust crate providing raw FFI bindings to platform system libraries (libc), exporting type definitions, constants, and function declarations for C interop. It is a foundational, widely-downloaded dependency of the Rust ecosystem.

Use cases

  • call C library functions from Rust
  • get libc type definitions and constants in Rust
  • write cross-platform system-level Rust code
  • interoperate with C code on Linux or macOS
  • build no_std system utilities in Rust

When to choose

  • you need raw access to POSIX/libc APIs from Rust
  • you are writing low-level systems code or a runtime
  • you need portable C-interop types across many platforms

When to avoid

  • you need Windows API bindings (use windows-sys instead)
  • you want safe, idiomatic wrappers rather than raw FFI
  • you only need standard library functionality

Facets

library · maturity stable

sdk developer-tools operating-systems developer-tools cross-platform rust windows cross-platform embedded ffi bindings libc system-programming no-std linux macos

10 sources

Member repositories

RepositoryRoleHealth v2
rust-lang/libcmain97

For agents

markdown · JSON · MCP: product_card(name="rust-lang/libc")

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