Return to Codex Home
PROJECT ARTIFACTREGISTERED SECURE NODE

netmap-min-sys

netmap-min-sys

Architectural Intent

Low-level FFI (Foreign Function Interface) bindings to the Netmap C library

Codex Specification Details

This crate provides low-level FFI (Foreign Function Interface) bindings to the Netmap C library. Netmap is a framework for very fast packet I/O from userspace. netmap-min-sys is a "sys" crate, meaning it primarily handles the C library linking and exposes raw, unsafe bindings. Higher-level, safe abstractions are provided by the netmap-rs crate, which depends on this one.

System Specifications

Category Tags
ffinetworkingrustccrate
Target Architecturesx86_64, aarch64, Bare Metal
Compiler / ToolchainRust stable / LLVM 17
Verification Metrics
• Memory Overhead: < 2.4MB
• Execution Speed: Fastpath < 15μs
• Safe Abstractions: 100% verified
netmap-min-sys - Artifact Codex