xfce4-util 0.1.0

Xfce utility library
1
2
3
4
5
6
7
8
9
10
11
12
13
# xfce4-util

This crate is a safe API wrapper around libxfce4util, Xfce's utility
library.

## How to use

Add to your project's `Cargo.toml`:

```toml
[dependencies]
xfce4-util = "0.1"
```