#wayland-compositor #protocols #inspect #capabilities

app wayland-info-rs

A Rust implementation of wayland-info for inspecting Wayland compositor globals and protocol capabilities

2 releases

0.1.1 Feb 7, 2026
0.1.0 Feb 6, 2026

#316 in GUI

MIT license

50KB
1.5K SLoC

wayland-info-rs

A Rust implementation of wayland-info for inspecting Wayland compositor globals and protocol capabilities.

Install

Build from source

git clone https://github.com/dwapp/wayland-info-rs
cd wayland-info-rs
cargo build --release

Run

# Run directly with cargo
cargo run

# Or run the built binary
./target/release/wayland-info-rs

Usage

See USAGE.md for options and examples.

License

MIT

Dependencies

~5–11MB
~217K SLoC