libpnet/libpnet
Cross-platform, low level networking using the Rust programming language. observed · 2026-08-28
Health v2 · maintenance only
59/100
- Activity 80
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4385
- days_rel: n/a
- days_push: 124
- n_releases_24m: 0
Adoption not part of the score
2588 stars · 330 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libpnet is a cross-platform Rust library for low-level networking, providing safe packet construction and parsing, transport protocol implementation, and direct data link layer access. It combines C-level performance with Rust's memory and thread safety.
Use cases
- build a custom transport protocol in Rust
- parse and manipulate raw network packets
- send and receive packets at the data link layer
- implement tools like ping or traceroute
- capture packets on the wire for network diagnostics
- do packet-level traffic shaping
When to choose
- you need raw packet access or custom protocol implementation in Rust
- you want C-level networking performance with memory safety
- you're building network diagnostics, capture, or traffic-shaping utilities
When to avoid
- you only need standard TCP/UDP sockets, which std or higher-level crates handle
- you're working in a language other than Rust
- you need a full packet-capture application rather than a library
Facets
library · maturity stable
networking parser serialization networking developer-tools security windows rust cross-platform packet-crafting datalink raw-sockets packet-capture transport-protocols winpcap linux macos
1 source
- readme: https://github.com/libpnet/libpnet · fetched 2026-08-28 · d0514e7ab5c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| libpnet/libpnet | main | 59 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem