Giter Club home page Giter Club logo

breadx's Introduction

Passively Maintained

The original author will spend their effort helping to maintain x11rb instead of this crate. Bugs will still be fixed; however new features will not be added.

breadx

crates.io Documentation Build Status

An implementation of the X Window System Protocol in Rust, with an emphasis on comprehensability and usability.

Advantages

  • breadx is simple and direct. There is very little between you and the protocol.
  • Without the sync_display feature, breadx uses no synchronization primitives, eliminating one of the primary causes of deadlocking.
  • breadx is written in 100% safe code.
  • breadx is able to be no_std and be used without the standard library.
  • Runtime-independent async support may be enabled using the async feature.
  • API is designed to be able to be used everywhere.

Disadvantages

  • On its own, breadx is not compatible with libraries that use lixcb or Xlib. Consider using whitebreadx if this is important.
  • breadx provides no utility or helper functions beyond the requests that go on the wire.

Tutorials/Examples

For tutorials and examples of breadx's usage, check out the docs.

MSRV

The current MSRV for breadx with all features enabled is 1.49.0. This is largely tied to tokio's MSRV, and with fewer features enabled breadx is likely to work on Rust versions as low as 1.46.0 (although this is never guaranteed). The MSRV will not be changed without either a major or minor version bump.

License

This package is distributed under the Boost Software License Version 1.0. Consult the LICENSE file or consult the web mirror for more information.

breadx's People

Contributors

lukaskarsten avatar notgull avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.