Crate uucore_procs

Source
Expand description

A collection of procedural macros for uutils.

Macros§

help_about
Get the about text from the help file.
help_section
Reads a section from a file of the util as a str literal.
help_usage
Get the usage from the help file.

Attribute Macros§

main
A procedural macro to define the main function of a uutils binary.