xproto

Crates.ioxproto
lib.rsxproto
version2.0.1
sourcesrc
created_at2018-11-22 15:32:24.889385
updated_at2021-02-13 15:36:18.226859
descriptionRust bindings to the X11 protocol library
homepage
repositoryhttps://github.com/dylanmckay/xproto
max_upload_size
id98172
size1,747,614
Dylan McKay (dylanmckay)

documentation

https://docs.rs/xproto

README

xproto

Documentation

Bindings to the xproto library.

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.

Commit count: 27

cargo fmt