Skip to main content

Crate hr_shape

Crate hr_shape 

Source
Expand description

Structs§

Args

Functions§

render
Renders hr-shape output for a parsed argument struct without writing to stdout.
run_and_write
Runs hr-shape from a parsed argument struct and writes output to the configured destination.
run_from_args
Parses hr-shape arguments from an iterator and returns the rendered output.
shape
Shapes a single input string using the same option parsing path as the CLI.
try_main
Parses command-line arguments and runs the hr-shape command.