//! Proto-generated types for the `jammi.v1` API surface.
//!
//! `build.rs` emits one file per proto package under `OUT_DIR`; each module
//! below mounts the matching package. Both client and server stubs are built
//! (`build.rs` sets `.build_client(true).build_server(true)`): the server stubs
//! back `jammi-server`'s service impls, the client stubs back the integration-
//! test harness and a future `remote client`.