tinyrick_models 0.0.3

data models for development tasks
Documentation
1
2
3
4
5
6
7
8
9
# tinyrick_models: Data models for development tasks

[![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/tinyrick_models?label=crate%20downloads)](https://crates.io/crates/tinyrick_models) [![docs.rs](https://img.shields.io/docsrs/tinyrick_models)](https://docs.rs/tinyrick_models/latest/tinyrick_models/) [![Test](https://github.com/mcandre/tinyrick_models/actions/workflows/test.yml/badge.svg)](https://github.com/mcandre/tinyrick_models/actions/workflows/test.yml) [![license](https://img.shields.io/badge/license-BSD-0)](LICENSE.md)

# ABOUT

tinyrick_models provides data types and static variables to manage development tasks for the [tinyrick](https://github.com/mcandre/tinyrick) task runner.

For details on building from source, see [DEVELOPMENT](DEVELOPMENT.md).