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.
Michal Rostecki 379b23b1b4 ebpf: Stop using `unsafe` for the whole function
Users should opt in into `unsafe` when performing particular unsafe
actions (accesing raw pointers, interacting with maps etc.), but
assuming that the whole eBPF program code is unsafe is quite an
exaggeration.

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
2 years ago
..
.cargo ebpf: set target and enable -Z build-std in .cargo/config.toml 3 years ago
.vim ebpf: Add rust-analyzer settings for coc.nvim 3 years ago
.vscode Fix trailing comma in ebpf/.vscode/settings.json 2 years ago
src ebpf: Stop using `unsafe` for the whole function 2 years ago
Cargo.toml ebpf: Update git repository URL for aya-log 2 years ago
rust-toolchain.toml ebpf: Add rust toolchain override 3 years ago