Crate clingwrap

Crate clingwrap 

Source
Expand description

Utility types and functions for implementing command line applications in Rust.

Modules§

config
Configuration file handling.
runner
the caller to handle. Specifically, the error type returned by Run a Command, handling errors in a way that is convenient for this module distinguishes between “program doesn’t exist” and “no permission to execute program” and “program ran, but failed”. See CommandError for all possible errors.
tildepathbuf
A type to represent filenames that need tilde expansion.