Crate pluginop_common

Source
Expand description

Sub-crate of protocol-operation containing structures needed for operations of both the host instance and the plugin ones.

Modules§

quic
All QUIC-related common structures.

Structs§

Bytes
A type, implemented as an access token, providing a capability-based access to raw bytes between the host implementation and the plugin bytecode.

Enums§

Anchor
The different anchors where plugin bytecodes can be attached.
ConversionError
The different conversion errors that may arise with plugin-processable structures.
PluginOp
The actual plugin operations.
PluginVal
Values used to communicate with underlying plugins, either as inputs or outputs.

Type Aliases§

APIResult
PluginInputType
PluginOutputType
WASMLen
WASMPtr