Expand description
Common build patterns
Macros§
- deps
- deps registers a task prerequisite.
- die
- Prints a message to
stderrand terminates the current process with the specified exit code or 1 if no exit code is specified, by callingeprintln!() 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.