#task #unit-testing #publish #project #common-tasks #tinyrick

bin+lib tinyrick_extras

common tasks for tinyrick projects

16 releases

Uses new Rust 2024

0.0.19 Jan 5, 2026
0.0.14 Dec 3, 2025
0.0.11 Oct 16, 2025
0.0.9 Jun 19, 2025
0.0.3 Nov 1, 2018

#251 in Cargo plugins


Used in 2 crates

BSD-2-Clause

8KB
122 lines

tinyrick_extras: common tasks for tinyrick projects

Donate

SUMMARY

tinyrick_extras provides prebaked tasks for common Rust software project developer needs.

EXAMPLE

$ cd example

$ tinyrick
running 1 test
test smoketest ... ok
...
Value(94)
Buzz
Fizz
Value(97)
Value(98)
Fizz
Buzz

ABOUT

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.

Check out the example project.

CRATE

https://crates.io/crates/tinyrick_extras

API DOCUMENTATION

https://docs.rs/tinyrick_extras/latest/tinyrick_extras/

LICENSE

BSD-2-Clause

RUNTIME REQUIREMENTS

CONTRIBUTING

For more details on developing tinyrick_extras itself, see DEVELOPMENT.md.

Dependencies

~325–730KB
~16K SLoC