rex11 0.1.0

A rust implementation of the x11 protocol
Documentation
<h1 align="center">
    <br>
    <a href="https://github.com/proxin187/rex11">
        <img src="assets/logo.png" width="400">
    </a>
    <br>
</h1>

<h4 align="center">rex11 is a homemade x11 library written from scratch</h4>

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

## Roadmap

- [X] Connection Setup
- [X] Authorization
- [X] 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