-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aya-obj: migrate bindgen destination
Aya::obj depends on bindgen generated files, and we start by migrating bindgen generated files. This commit adds the new aya-obj crate to the workplace and migrates generated files into the crate. We use core instead of std in an effort to make the final crate no_std. Bindgen was run against libbpf v1.0.1. Refs: #473
- Loading branch information
Showing
18 changed files
with
1,036 additions
and
991 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[package] | ||
name = "aya-obj" | ||
version = "0.11.0" | ||
description = "A library for loading and relocating eBPF object files" | ||
keywords = ["ebpf", "bpf", "linux", "kernel"] | ||
license = "MIT OR Apache-2.0" | ||
authors = ["The Aya Contributors"] | ||
repository = "https://github.com/aya-rs/aya" | ||
readme = "README.md" | ||
documentation = "https://docs.rs/aya-obj" | ||
edition = "2021" | ||
|
||
[dependencies] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# aya-obj |
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
aya/src/generated/btf_internal_bindings.rs → ...bj/src/generated/btf_internal_bindings.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.