tree: f5fde669867305288734d2c350ca528a374f0b8f
  1. src/
  2. Cargo.toml
  3. README.md
core/binary_protocol/README.md

iggy_binary_protocol

Crate

Wire protocol types and codec for the Apache Iggy binary protocol, shared between server and SDK. This crate is an internal building block. Most users should depend on the iggy SDK crate instead.

The language-neutral wire spec for the login protocol-version handshake (packed version layout, ClientVersionInfo prefix, gate semantics, rejection frame offsets) lives in the version module docs.

Links

License

Licensed under the Apache License, Version 2.0. See LICENSE.