Expand description
Various Rust utilities for CLI programs.
Part of the Kutil family of Rust utility libraries.
The word “kutil” means “do-it-yourselfer” in Czech.
For more information and usage examples see the home page.
Structs§
- Information on how to exit a program.
Enums§
- Colorization options for Clap.
Traits§
- For types that can optionally have an Exit.
Functions§
- Styles for Clap.
- Initialize a tracing subscriber for stderr.
Type Aliases§
- A replacement for
main.