• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-2,4062,007

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D03-Jul-202074 65

Cargo.tomlH A D03-Jul-20201.2 KiB3329

Cargo.toml.orig-cargoH A D03-Jul-2020698 1816

README.mdH A D23-May-2020848 129

README.md

1[![crates.io](http://meritbadge.herokuapp.com/wayland-scanner)](https://crates.io/crates/wayland-scanner)
2[![docs.rs](https://docs.rs/wayland-scanner/badge.svg)](https://docs.rs/wayland-scanner)
3[![Continuous Integration](https://github.com/Smithay/wayland-rs/workflows/Continuous%20Integration/badge.svg)](https://github.com/Smithay/wayland-rs/actions?query=workflow%3A%22Continuous+Integration%22)
4[![codecov](https://codecov.io/gh/Smithay/wayland-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/Smithay/wayland-rs)
5
6# wayland-scanner
7
8Code-generation for Wayland protocols, to be used with `wayland-client` or `wayland-server`
9to integrate them with your own protocol extensions.
10
11Most general protocol extensions are already exposed by the `wayland-protocols` crate, so you
12don't need to use `wayland-scanner` directly to support them.