Macros§
- cargo_
binary - Returns the absolute path to the target’s executable file.
- cargo_
manifest_ dir - Returns the absolute path to the directory containing Cargo manifest file.
- cargo_
package - Returns the name of the Cargo package.
- cmd
- Returns a new command-line command for any application.
- command
- Returns a new command-line command for executing tested application.
Structs§
Traits§
Functions§
- sleep
- Pauses thread execution for specified number of milliseconds.