wl-client-builder 0.1.0

Library for creating protocol bindings for wl-client
Documentation
# wl-client-builder

[![crates.io](https://img.shields.io/crates/v/wl-client-builder.svg)](https://crates.io/crates/wl-client-builder)
[![docs.rs](https://docs.rs/wl-client-builder/badge.svg)](https://docs.rs/wl-client-builder)
![MSRV](https://img.shields.io/crates/msrv/wl-client-builder)

The wl-client-builder crate can be used to convert wayland protocol XML files
into safe protocol wrappers for [wl-client].

[wl-client]: https://docs.rs/wl-client

## MSRV

The MSRV is `max(1.85, stable - 3)`.

## License

This project is licensed under either of

- Apache License, Version 2.0
- MIT License

at your option.