Crates.io | wayland-interface-check |
lib.rs | wayland-interface-check |
version | |
source | src |
created_at | 2024-11-27 00:32:09.589463 |
updated_at | 2024-11-27 00:40:21.648596 |
description | Binary to answer the question, "Is this Wayland interface available?" |
homepage | |
repository | https://github.com/SUPERCILEX/clipboard-history |
max_upload_size | |
id | 1462482 |
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` |
size | 0 |
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.