breadx 3.0.1

Pure-Rust X11 connection implementation with a focus on adaptability
Documentation
1
2
3
4
5
6
7
8
9
// MIT/Apache2 License

//! This module contains a tutorial for the X Window System Protocol,
//! specifically from the perspective of using `breadx`.
//!
//! The tutorial starts at the [introduction](introduction).

pub mod basics;
pub mod introduction;