i3ipc-types

Rust library providing i3 window manager IPC types and serialization

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Library containing all the types needed to communicate with i3, along with their serde implementations and implementations of many std traits

Commands

i3ipc-types

Examples

Add i3ipc-types as a dependency in a Rust project$ cargo add i3ipc-types
View documentation for the library in browser$ cargo doc --open
Run tests for i3ipc-types library$ cargo test