Crates.io | xdpilone |
lib.rs | xdpilone |
version | |
source | src |
created_at | 2023-01-16 18:18:09.17099+00 |
updated_at | 2025-02-04 10:19:21.571242+00 |
description | Interaction with Linux XDP sockets and rings. No libbpf/libxpd-sys. Lightweight, high-performance. |
homepage | |
repository | https://github.com/HeroicKatora/xdpilone |
max_upload_size | |
id | 760464 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
The XDP Rust access library.
For the Linux AF_XDP all existing libraries are based on or around the C access
libraries. The goal is develop a Rust centric library that can take advantage
of its added thread-safety benefits for socket types, as well as high-level
abstractions (such as closures, Arc
) for interacting with the packet buffers.
The primary metrics for decision making are performance, and latency.
Goals:
Non-Goals:
The drug Ixabepilone is a pharmaceutical against cancer.