# tinyrick_models: Data models for development tasks
# ABOUT
tinyrick_models provides data types and static variables for managing development tasks.
# CRATE
https://crates.io/crates/tinyrick_models
# API DOCUMENTATION
https://docs.rs/tinyrick_models/latest/tinyrick_models/
# LICENSE
BSD-2-Clause
# RUNTIME REQUIREMENTS
* [Rust](https://www.rust-lang.org/en-US/)
## Recommended
* [ASDF](https://asdf-vm.com/) 0.18 (run `asdf reshim` after each Rust application binary installation)
* [direnv](https://direnv.net/) 2
* [cargo-cache](https://crates.io/crates/cargo-cache)
# CONTRIBUTING
For more details on developing tinyrick_models itself, see [DEVELOPMENT.md](DEVELOPMENT.md).
# SEE ALSO
* [tinyrick](https://github.com/mcandre/tinyrick)