// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
// Setting html_root_url allows cross-crate readme links to resolve. This
// line is updated by cargo-release.
//! 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.