16 releases
Uses old Rust 2015
0.0.17 | Mar 9, 2015 |
---|---|
0.0.16 | Mar 9, 2015 |
0.0.14 | Jan 24, 2015 |
0.0.10 | Dec 28, 2014 |
0.0.9 | Nov 27, 2014 |
#79 in #window-manager
37 downloads per month
24KB
480 lines
rust-i3ipc
Library for i3 Window Manager IPC in rust.
Usage
Put this in your Cargo.toml
:
[dependencies]
i3 = "*"
And this in your crate root:
extern crate i3;
Dependencies
~230KB