mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
cdc3df3790
Makes it easier to figure out which types are defined in the old vs. new API schema.
7 lines
183 B
Rust
7 lines
183 B
Rust
// Module declarations for the app-server protocol namespace.
|
|
// Exposes protocol pieces used by `lib.rs` via `pub use protocol::common::*;`.
|
|
|
|
pub mod common;
|
|
pub mod v1;
|
|
pub mod v2;
|