ferrotunnel-core

Crates.ioferrotunnel-core
lib.rsferrotunnel-core
version0.5.0
created_at2026-01-25 06:50:24.693181+00
updated_at2026-01-25 09:48:32.228322+00
descriptionCore tunnel implementation for FerroTunnel
homepagehttps://github.com/MitulShah1/ferrotunnel
repositoryhttps://github.com/MitulShah1/ferrotunnel
max_upload_size
id2068268
size48,690
Mitul Shah (MitulShah1)

documentation

README

ferrotunnel-core

Crates.io Documentation License

Core tunnel implementation for FerroTunnel.

Overview

This crate contains the logic for the tunnel engine:

  • Connection management
  • Session handling
  • Stream multiplexing
  • Control plane logic

Usage

Use this if you are building a custom tunnel application.

[dependencies]
ferrotunnel-core = "0.4.0"
Commit count: 29

cargo fmt