Skip to main content

Crate tokilake_core

Crate tokilake_core 

Source
Expand description

§tokilake-core

High-performance tunnel gateway core library.

§Architecture

  • protocol: Message types for control and data planes
  • tunnel: Tunnel session/stream abstractions
  • session: Gateway session management
  • gateway: Core gateway logic
  • codec: NDJSON message codecs

Modules§

codec
error
gateway
protocol
roundtrip
Request roundtrip forwarding through the tunnel.
service
session
tunnel

Structs§

AnyError
The Error type, a wrapper around a dynamic error type.

Type Aliases§

AnyResult
Result<T, Error>