Expand description
Assorted helper utilities shared across the workflow-rs ecosystem,
including error/result types, interactive CLI actions, command-line
argument helpers, formatting, public IP lookup and semantic version
parsing.
Modules§
- action
- Trait for defining interactive, selectable CLI actions.
- arglist
- Builder for assembling de-duplicated command-line argument lists.
- error
- Crate-wide error type.
- format
- Human-readable value formatting helpers.
- ip
- Helpers for resolving the host’s public IP address.
- prelude
- Re-exports of the most commonly used modules for convenient glob imports.
- result
- Crate-wide
Resulttype alias. - version
- Semantic version parsing, comparison and crates.io lookup.