Library for i3 Window Manager IPC in rust.
Put this in your Cargo.toml:
Cargo.toml
toml [dependencies] i3 = "*"
And this in your crate root:
rust extern crate i3;