Module plugin

Source
Available on crate feature plugin only.
Expand description

Common structs and constants for the age plugin system.

These are shared between the client implementation in the age crate, and the plugin implementations built around the age-plugin crate.

Structs§

BidirSend
Actions that a controller may take during a bidirectional phase.
Connection
A connection to a plugin binary.
Reply
The possible replies to a bidirectional command.
Response
A response to a bidirectional command.
UnidirSend
Actions that a controller may take during a unidirectional phase.

Enums§

Error
An error within the plugin protocol.

Constants§

IDENTITY_V1
RECIPIENT_V1

Type Aliases§

Result
Result type for the plugin protocol.