Expand description
Types for oxide-update-engine.
This crate contains the serializable types used by the update engine: events, event buffers, step specifications, and errors. It has no dependency on the execution engine itself, making it suitable for consumers that only need to read or display events.
Modules§
- buffer
- errors
- Errors generated by the types crate.
- events
- Progress, success and failure events generated by the update engine.
- schema
- Helpers for building
x-rust-typeJSON Schema extensions. - spec
Macros§
- define_
update_ engine_ types - Defines type aliases for types-crate types parameterized by a
particular
EngineSpec.