aya-rs / aya-template

A cargo-generate template for Rust eBPF Projects using Aya
81 stars 41 forks source link

ebpf: consolidate rust-analyzer settings #117

Closed cppcoffee closed 1 month ago

cppcoffee commented 1 month ago

Add rust-analyzer.toml configuration file for all IDEs that use rust-analyzer.

cppcoffee commented 1 month ago

Maybe also remove .dir-locals.el and .vscode/settings.json

rust-analyzer reads the .cargo/rust-analyzer.toml configuration correctly, and can remove other duplicates.