#x11 #xcb #protocols #xlib #graphics #xproto

yanked rex11

A rust implementation of the x11 protocol

1 unstable release

0.1.0 Sep 10, 2024

#17 in #xlib

MIT/Apache

1MB
1.5K SLoC



rex11 is a homemade x11 library written from scratch

[!WARNING] rex11 is a work-in-progress library and is not ready for real world usage, yet...

Roadmap

  • Connection Setup
  • Authorization
  • Requests and Replies
  • Window Manager in rex11

Key Features

  • Clean Interface - rex11 provides a clean interface, making it perfect for both beginners and experienced developers
  • Safety - rex11 has safe interface for x11 unlike many other x11 libraries
  • Not A Wrapper - rex11 is a pure rust implementation and is NOT a wrapper

lib.rs:

This crate provides a high level interface to the x11 protocol in pure Rust.

No runtime deps