mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-01 03:19:58 -06:00
* feat: bundle vmlinux.h files to eliminate network dependency during builds - Add bundled vmlinux.h for x86, aarch64, and arm (~3MB total) - Remove network download code from build.rs - Remove ureq dependency and transitive deps - Update Dockerfile to copy bundled headers - Remove obsolete vmlinux_min.h - Update documentation to reflect bundled approach Fixes #38