Skip to main content

Module common

Module common 

Source
Expand description

Common utility functions shared across the crate.

This module provides utility functions that are used throughout the codebase:

  • Shell command parsing
  • Text truncation for display
  • Secret redaction for logging
  • External tool detection

Re-exports§

pub use utils::format_argv_for_log;
pub use utils::split_command;
pub use utils::truncate_text;

Modules§

domain_types
Domain newtypes for primitive-obsessed identifiers.
io
Boundary module for common I/O and preprocessing utilities.
utils
Common utility functions.