Skip to main content

Crate pacta_executor

Crate pacta_executor 

Source
Expand description

Pacta-native execution abstractions.

Structs§

Execution
A single attempt to fulfill a claimed pact.

Enums§

Outcome
The lifecycle outcome an execution produces for a claimed pact.

Traits§

Executor
Public role responsible for executing claimed pacts through middleware.
Middleware
A Pacta-native decorator over execution: the Tower Layer analog. Because wrap takes an Executor and returns an Executor, middleware compose arbitrarily (the closure property), which is how orchestration is composed onto the seam.

Type Aliases§

Settlement
The lifecycle conclusion applied to a claim, currently a fulfilled or breached Outcome.