ferrotunnel-protocol

Crates.ioferrotunnel-protocol
lib.rsferrotunnel-protocol
version0.5.0
created_at2026-01-23 14:27:16.784813+00
updated_at2026-01-25 09:47:25.637565+00
descriptionWire protocol for FerroTunnel reverse tunnel
homepage
repositoryhttps://github.com/MitulShah1/ferrotunnel
max_upload_size
id2064653
size27,728
Mitul Shah (MitulShah1)

documentation

README

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"
Commit count: 29

cargo fmt