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.
 
 
Go to file
Tamir Duberstein 4da4bf4729 Run clippy in CI
Install Rust stable *after* nightly so that the default is stable.
10 months ago
.cargo Move dependencies to workspace 10 months ago
.github Run clippy in CI 10 months ago
xtask Move dependencies to workspace 10 months ago
{{project-name}} Move dependencies to workspace 10 months ago
{{project-name}}-common Move dependencies to workspace 10 months ago
{{project-name}}-ebpf Run clippy in CI 10 months ago
.gitignore chore: remove Cargo.lock from .gitignore (#113) 1 year ago
Cargo.toml Move dependencies to workspace 10 months ago
README.md add a build command (#108) 1 year ago
cargo-generate.toml Remove branch specifications 2 years ago
pre-script.rhai include and use clap only if needed 3 years ago
test.sh Run clippy in CI 10 months ago

README.md

{{project-name}}

Prerequisites

  1. 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