Skip to main content

Crate tinyrick

Crate tinyrick 

Source
Expand description

Common build patterns

Macros§

deps
deps registers a task prerequisite.
die
Prints a message to stderr and terminates the current process with the specified exit code or 1 if no exit code is specified, by calling eprintln!() on all arguments followed by process::exit(exit_code)
exec
exec! runs the given command.

Statics§

DEFAULT_TASK
DEFAULT_TASK registers the default task name.
DEPENDENCY_CACHE
DEPENDENCY_CACHE registers task prerequisites.
FEATURE
Cargo toggle
TASKS
TASKS registers tasks by name.
VERBOSE_ENVIRONMENT_NAME
Environment name controlling verbosity

Functions§

binary_suffix
Query common host binary suffix
exec
exec runs the given command.
list_tasks
Show registered tasks
run
Run processes task name(s) from CLI arguments.

Attribute Macros§

ctor
default_task
task registers tasks with signature like unboxed tinyrick_models::Task.
task
task registers tasks with signature like unboxed tinyrick_models::Task.