Crate cromulent

Source
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
WordExpander
A builder-pattern struct for selecting the options to pass to wordexp.
WordList
A slice-like type representing the expanded words.

Enums§

WordError
The error type returned by WordExpander::expand.