# turnbase-protocol > Transport-agnostic request/response wire types for the Turnbase engine **Version:** 0.0.0 **Authors:** Matan Lurey **License:** MIT OR Apache-2.0 **Repository:** https://github.com/crates-lurey-io/turnbase **Keywords:** game-engine, turn-based, deterministic, gamedev, ai Generated: 2026-07-25 17:03:15 UTC Created by: [cargo-llms-txt](https://github.com/masinc/cargo-llms-txt) ## Core Documentation - [Complete API Documentation](llms-full.txt): Full public API documentation with detailed descriptions - [README](README.md): Project overview and getting started guide - [Cargo.toml](Cargo.toml): Project configuration and dependencies ## Table of Contents ### src/lib.rs - pub const PROTOCOL_VERSION - pub enum Request - pub enum Response --- ## README.md ### turnbase-protocol Transport-agnostic request/response wire types for the Turnbase engine Part of the [turnbase](https://github.com/crates-lurey-io/turnbase) workspace. ## Cargo.toml ```toml [package] name = "turnbase-protocol" version = "0.0.0" edition = "2024" description = "Transport-agnostic request/response wire types for the Turnbase engine" license = "MIT OR Apache-2.0" repository = "https://github.com/crates-lurey-io/turnbase" keywords = ["game-engine","turn-based","deterministic","gamedev","ai"] categories = ["game-development","simulation"] authors = ["Matan Lurey "] ```