This website works better with JavaScript.
Explore
Help
Sign In
yanguangshaonian
/
aya
mirror of
https://github.com/aya-rs/aya
Watch
1
Star
0
Fork
You've already forked aya
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5e13283f59
main
pr/Billy99/974
linker-bindep
fix-verifier-blixt
revert-461-main
gh-pages
ci
perf-event
aya-v0.13.1
aya-obj-v0.2.1
aya-log-v0.2.1
aya-log-common-v0.1.15
aya-ebpf-bindings-v0.1.1
aya-ebpf-cty-v0.2.2
aya-v0.13.0
aya-obj-v0.2.0
aya-log-ebpf-v0.1.0
aya-log-ebpf-macros-v0.1.0
aya-log-parser-v0.1.13
aya-ebpf-v0.1.0
aya-ebpf-macros-v0.1.0
aya-ebpf-bindings-v0.1.0
aya-ebpf-cty-v0.2.1
aya-log-v0.2.0
aya-log-common-v0.1.14
aya-v0.12.0
aya-obj-v0.1.0
aya-log-common-v0.1.13
aya-log-v0.1.13
aya-log-common-v0.1.11
aya-log-v0.1.11
aya-log-common-v0.1.10
aya-log-v0.1.10
aya-v0.11.0
aya-log-common-v0.1.9
aya-log-v0.1.9
aya-v0.10.7
aya-v0.10.6
aya-log-v0.1.1
aya-v0.10.5
aya-v0.10.4
aya-v0.10.3
aya-v0.10.2
aya-v0.10.1
aya-v0.10.0
aya-ebpf-macros-v0.1.1
aya-ebpf-v0.1.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5e13283f59'
${ noResults }
aya
/
.vim
/
coc-settings.json
5 lines
101 B
JSON
Raw
Normal View
History
Unescape
Escape
meta: fix rust-analyzer support for aya-bpf Ironically, we have the same issue here as in https://github.com/aya-rs/aya-template/pull/13/. This patch fixes this by explicitly defining the project layout for both vscode and neovim.
3 years ago
{
Re-organize into a single workspace This commit moves the aya-log projects from the subtree and adds them to the main cargo workspace. It also brings the BPF crates into the workspace and moves the macro crates up a level since they aren't BPF code. Miri was disabled for aya-bpf as the previous config wasn't actually checking anything. CI, clippy, fmt and release configurations have all been adjusted appropriately. CI was not properly running for other supported arches which was also ixed here. Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2 years ago
"rust-analyzer.checkOnSave.allTargets"
:
false
,
"rust-analyzer.checkOnSave.command"
:
"clippy"
meta: fix rust-analyzer support for aya-bpf Ironically, we have the same issue here as in https://github.com/aya-rs/aya-template/pull/13/. This patch fixes this by explicitly defining the project layout for both vscode and neovim.
3 years ago
}