Crate fundamentum_portforwarding_proto_rust

Source
Expand description

Rust bindings to Fundamentum portforwarding protocol. A library that provides a Rust representation of the basic types, interfaces and other components required to define and interact with portforwarding defined by fundamentum-portforwarding-proto.

Re-exports§

pub use errors::Error;

Modules§

com
The rust bindings generated from the protobuf files under ./proto/.
errors

Structs§

ErrorOperation
PortForwardingMsg
ProxyPort
TargetPort
TransferData
Tty

Enums§

ErrorCode
OpenConnection
PortforwardingOperation
Layer that represent portforwarding device message with good typing
PortforwardingOperationTag
Status
Represent each possible status
Version
Protocol version

Traits§

TaggedEnum
A trait that is automatically implemented for any enum type with the attribute #[derive(Tag)].