cargo-make 0.37.24

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

[alias]
b2 = "build"
c2 = "check"
t2 = "test"
test_specific = ["test", "sometest"]