Expand description
This is for Omaha client binaries written in Rust.
Modules§
- Asynchronous generator-like functionality in stable Rust.
- The omaha_client::common module contains those types that are common to many parts of the library. Many of these don’t belong to a specific sub-module.
- The
omaha_client::time
module provides a set of types and traits to allow for the expressing of time using both a wall-time clock, and a monotonic clock. - The Unless trait for a more fluent use of Option::unwrap_or().