console
$ cd example
$ tinyrick
running 1 test
test smoketest ... ok
...
Value(94)
Buzz
Fizz
Value(97)
Value(98)
Fizz
Buzz
tinyrick_extras defines some common tasks, such as unit tests, linting, generating API documentation, publishing packages, installing and uninstalling packages, for your tinyrick projects. Boom. Take what works for your build workflow, leave the rest.
See the example project for usage. Other examples include ios7crypt-rs.
https://crates.io/crates/tinyrick_extras
https://docs.rs/tinyrick_extras/
tinyrick_extras::clippy
task.For more details on developing tinyrick_extras itself, see DEVELOPMENT.md.