File: README.md

package info (click to toggle)
rust-wayland-commons 0.29.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 236 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[![crates.io](https://img.shields.io/crates/v/wayland-commons.svg)](https://crates.io/crates/wayland-commons)
[![docs.rs](https://docs.rs/wayland-commons/badge.svg)](https://docs.rs/wayland-commons)
[![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)
[![codecov](https://codecov.io/gh/Smithay/wayland-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/Smithay/wayland-rs)

# wayland-commons

This crate regroups common routine and code used by `wayland-client` and `wayland-server`,
as such, you should not need to use it directly, but instead use one of these two crates.