ferrotunnel-protocol 0.5.0

Wire protocol for FerroTunnel reverse tunnel
Documentation
ferrotunnel-protocol-0.5.0 has been yanked.

ferrotunnel-protocol

Crates.io Documentation License

Wire protocol definitions and codec for FerroTunnel.

Overview

This crate defines the binary protocol used by FerroTunnel components to communicate, including:

  • Frame definitions (Control, Data)
  • Serialization logic
  • Tokio codecs (TunnelCodec)

Usage

Internal use for building FerroTunnel compatible clients or servers.

[dependencies]
ferrotunnel-protocol = "0.4.0"