smithay-client-toolkit 0.4.6

Toolkit for making client wayland applications.
Documentation
1
2
3
4
5
//! Various small utilities helping you to write clients

mod mempool;

pub use self::mempool::{DoubleMemPool, MemPool};