wayland-scanner

Crates.iowayland-scanner
lib.rswayland-scanner
version
sourcesrc
created_at2015-10-03 11:08:46.131292
updated_at2025-01-31 18:38:54.723791
descriptionWayland Scanner for generating rust APIs from XML wayland protocol files.
homepage
repositoryhttps://github.com/smithay/wayland-rs
max_upload_size
id3151
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | 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
Publishers (github:smithay:publishers)

documentation

https://docs.rs/wayland-scanner/

README

crates.io docs.rs Continuous Integration codecov

wayland-scanner

This crate provides procedural macros for generating the rust code associated with a Wayland XML protocol specification, for use with the wayland-client, wayland-server and wayland-backend crates.

Before trying to use this crate, you may check if the protocol extension you want to use is not already exposed in the wayland-protocols crate.

Commit count: 1419

cargo fmt