Skip to main content

Crate oxide_update_engine_types

Crate oxide_update_engine_types 

Source
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-type JSON Schema extensions.
spec

Macros§

define_update_engine_types
Defines type aliases for types-crate types parameterized by a particular EngineSpec.