Skip to main content

Crate utpm

Crate utpm 

Source

Re-exports§

pub use utils::copy_dir_all;
pub use utils::regex_import;
pub use utils::regex_package;
pub use utils::output::OutputFormat;

Modules§

args
build
shadow-rs mod
commands
Linker: This module dynamically links all the command modules. Each command is a separate module, conditionally compiled based on feature flags.
utils

Macros§

path
A macro for joining path segments without creating an extra allocated PathBuf on every join operation. If the first argument is itself a PathBuf, no extra allocation is done at all (except for reallocations when resizing the PathBuf).
utpm_bail
A macro to exit a function early with a UtpmError.
utpm_log
A flexible logging macro that adapts to the configured output format.