ferrotunnel-common-0.7.0 has been yanked.
ferrotunnel-common
Shared types and error handling for FerroTunnel.
Overview
This crate provides common utilities shared across all FerroTunnel crates:
TunnelError- Comprehensive error type for tunnel operationsResult<T>- Convenient result type alias
Usage
use ;
Error Types
Io- I/O errorsProtocol- Protocol violationsAuthentication- Auth failuresSessionNotFound- Invalid sessionStreamNotFound- Invalid streamTimeout- Operation timeoutConfig- Configuration errorsConnection- Connection failures
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.