Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quininer/x11-clipboard

x11 clipboard support for Rust
https://github.com/quininer/x11-clipboard

clipboard rust x11

Last synced: about 2 hours ago
JSON representation

x11 clipboard support for Rust

Awesome Lists containing this project

README

        

# x11-clipboard
[![travis-ci](https://travis-ci.org/quininer/x11-clipboard.svg?branch=master)](https://travis-ci.org/quininer/x11-clipboard)
[![crates](https://img.shields.io/crates/v/x11-clipboard.svg)](https://crates.io/crates/x11-clipboard)
[![license](https://img.shields.io/github/license/quininer/x11-clipboard.svg)](https://github.com/quininer/x11-clipboard/blob/master/LICENSE)
[![docs.rs](https://docs.rs/x11-clipboard/badge.svg)](https://docs.rs/x11-clipboard/)

x11 clipboard support for Rust.

## requirements

* xcb

## reference

* [2. Peer-to-Peer Communication by Means of Selections](https://tronche.com/gui/x/icccm/sec-2.html#s-2)