xfce4-ui 0.2.0+dev

Xfce UI utility library
Documentation
# xfce4-ui

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

## How to use

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

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

The crate currently contains no useful functionality, and is only
present to support other crates that depend on its FFI types.

In the future, it will be augmented to wrap libxfce4ui functions and
widgets.