xproto 2.0.1

Rust bindings to the X11 protocol library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# xproto

[Documentation](https://docs.rs/xproto)

Bindings to the [xproto library](https://gitlab.freedesktop.org/xorg/proto/xproto).

Rust transpilation of the `xproto` library.

This library exposes types and values required to communicate with, or as, an X11 server.

The C `xproto` library does not contain any logic - only datastructures and constants.

This means the library does not contain any C code or link to any non-Rust object files.