# Tim.rs: macro_utils [![Latest Version](https://img.shields.io/crates/v/timrs_macro_utils.svg)](https://crates.io/crates/timrs_macro_utils) ![Test](https://github.com/DiCaius/Tim.rs/actions/workflows/test.yml/badge.svg?branch=release&event=push) ![Lint](https://github.com/DiCaius/Tim.rs/actions/workflows/lint.yml/badge.svg?branch=release&event=push) ![Code Standards](https://github.com/DiCaius/Tim.rs/actions/workflows/format.yml/badge.svg?branch=release&event=push) This private Rust crate contains utilities for authoring and testing macros for the Tim.rs project, intended for internal use only. ## Table of Contents - [Install](#install) - [Documentation](#documentation) ## Install Run the following command to install the **macro_utils** crate: ```bash $ cargo install timrs_macro_utils ``` ## Documentation You can find the documentation for **timrs_macro_utils** [here](https://dicaius.github.io/Tim.rs/timrs_macro_utils/index.html), it provides all the information you need to get started