Crate pkgcraft

Crate pkgcraft 

Source

Re-exports§

pub use self::error::Error;

Modules§

bash
cli
config
dep
eapi
error
fetch
files
macros
pkg
repo
restrict
shell
traits
types
utils

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 Result alias where the Err case is pkgcraft::Error.