wayland-interface-check

Crates.iowayland-interface-check
lib.rswayland-interface-check
version
sourcesrc
created_at2024-11-27 00:32:09.589463
updated_at2024-11-27 00:40:21.648596
descriptionBinary to answer the question, "Is this Wayland interface available?"
homepage
repositoryhttps://github.com/SUPERCILEX/clipboard-history
max_upload_size
id1462482
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Alex Saveau (SUPERCILEX)

documentation

README

Wayland interface check

Crates.io Version

This simple binary answers the question, "Is this Wayland interface available?" For example,

$ wayland-interface-check zwlr_data_control_manager_v1
$ echo $?
0

means the interface is available.

Commit count: 508

cargo fmt