cargo-make 0.37.24

Rust task runner and build tool.
Documentation
1
2
3
4
5
6

[env]
# The following environmental variables are passed to kcov to exclude lines or regions of code
# during coverage.
CARGO_MAKE_KCOV_EXCLUDE_LINE = "unreachable,kcov-ignore"
CARGO_MAKE_KCOV_EXCLUDE_REGION = "kcov-ignore-start:kcov-ignore-end"