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§
Structs§
Enums§
- Error
Code - Open
Connection - Portforwarding
Operation - Layer that represent portforwarding device message with good typing
- Portforwarding
Operation Tag - Status
- Represent each possible status
- Version
- Protocol version
Traits§
- Tagged
Enum - A trait that is automatically implemented for any enum type with the attribute
#[derive(Tag)]
.