Re-exports§
pub use self::error::Error;
Modules§
Macros§
- build_
path - Build a [
Utf8PathBuf] path from a base and components. - cmp_
not_ equal - colorize
- Return true if a given output stream should enable color support, otherwise false.
- is_
terminal - Return true if a given file descriptor is a terminal/tty, otherwise false.
- make_
builtin - Create a static [
Builtin] object for registry in bash. - p
- Convert iterator into a space-separated string of values.
- sort_
set - Recursively sort a set with sortable elements into an iterator.
Type Aliases§
- Result
- A
Resultalias where theErrcase ispkgcraft::Error.