//! `mkups` is a library (and CLI tool) for creating, applying and inspecting UPS patches.
//! * For creating patches, start with the [create](crate::create::create) function.
//! * For applying patches, start with the [patch_file](crate::apply::patch_file) function.
//! * For inspecting patches, use the functions in the [parse](crate::parse) module.