i3 0.0.6

i3 Window Manager IPC Library
rust-i3ipc
==========
[![Build Status](https://travis-ci.org/ferreum/rust-i3ipc.png)](https://travis-ci.org/ferreum/rust-i3ipc)

Library for i3 Window Manager IPC in rust.

## Usage

Put this in your `Cargo.toml`:

```toml
[dependencies]
i3 = "*"
```

And this in your crate root:

```rust
extern crate i3;
```