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.
The `panic_handler` defined in the eBPF crate is only required if we are compiling for the bpf target. When compiling for the host-system, be it to run tests or by compiling the entire workspace with `cargo check --workspace` we don't want to define the `panic_handler`, otherwise it will clash with the one defined by the standard library. Related: https://github.com/aya-rs/book/issues/214 |
4 weeks ago | |
---|---|---|
.. | ||
src | 4 weeks ago | |
Cargo.toml | 6 months ago | |
build.rs | 6 months ago |