builder-rust 0.1.0

A Tinted Theming template builder which uses yaml color schemes to generate theme files.
Documentation
# Contributing

## Setup

Ensure you have make installed. Run `command -v make`. If there is no
stdout, search for ways to install `make` on your system.

```shell
make install # installs rust/cargo and cargo crate deps
```

## Building

To generate a release binary to `./target/release/builder-rust`, run:

```shell
make build
```

## Testing

```shell
make test
```