iterm2-client 0.2.1

Rust client for the iTerm2 scripting API (WebSocket + Protobuf)
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::compile_protos(&["proto/api.proto"], &["proto/"])?;
    Ok(())
}