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.
.dir-locals.el is the emacs equivalent of .vim directory in the project here. This PR adds a simple configuration to map the same rust-analyzer configuration variable as the vim version to make use of new aya projects seamless with emacs projects that use emacs-lsp + rust analyzer. |
9 months ago | |
---|---|---|
.cargo | 2 years ago | |
.github | 1 year ago | |
.vim | 3 years ago | |
.vscode | 3 years ago | |
xtask | 9 months ago | |
{{project-name}} | 10 months ago | |
{{project-name}}-common | 10 months ago | |
{{project-name}}-ebpf | 9 months ago | |
.dir-locals.el | 9 months ago | |
.gitignore | 4 years ago | |
Cargo.toml | 9 months ago | |
README.md | 9 months ago | |
cargo-generate.toml | 2 years ago | |
pre-script.rhai | 2 years ago | |
test.sh | 1 year ago |
README.md
{{project-name}}
Prerequisites
- Install bpf-linker:
cargo install bpf-linker
Build eBPF
cargo xtask build-ebpf
To perform a release build you can use the --release
flag.
You may also change the target architecture with the --target
flag.
Build Userspace
cargo build
Build eBPF and Userspace
cargo xtask build
Run
RUST_LOG=info cargo xtask run