A Rust implementation of wayland-info for inspecting Wayland compositor globals and protocol capabilities.
git clone https://github.com/dwapp/wayland-info-rs
cd wayland-info-rs
cargo build --release# Run directly with cargo
cargo run
# Or run the built binary
./target/release/wayland-info-rsSee USAGE.md for options and examples.
MIT