Expand description
A safe wrapper around the wordexp(3)
C function.
The main entry-point for this crate is WordExpander, which will point you towards other areas of the docs.
Modules§
- path
- Convenience types for when you expect your words to be valid paths.
- utf8
- Convenience types for when you expect your words to be valid UTF-8.
Structs§
- Iter
- Word
Expander - A builder-pattern struct for selecting the options to pass to
wordexp
. - Word
List - A slice-like type representing the expanded words.
Enums§
- Word
Error - The error type returned by
WordExpander::expand
.