github-copilot-sdk 1.0.0-beta.12

Rust SDK for programmatic control of the GitHub Copilot CLI via JSON-RPC.
1
2
3
4
5
6
7
8
//! Session event payload types — auto-generated from the
//! `session-events.schema.json` protocol schema.
//!
//! This is the stable public access point for the generated event types.
//! The underlying crate-private module where the types are defined is
//! an implementation detail whose layout may change.

pub use crate::generated::session_events::*;