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§
- Bidir
Send - 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.
- Unidir
Send - Actions that a controller may take during a unidirectional phase.
Enums§
- Error
- An error within the plugin protocol.
Constants§
Type Aliases§
- Result
- Result type for the plugin protocol.