boxletters 0.1.0

Converts text to a list of regional indicator emoji. Mostly for annoying friends on Discord
# boxletters
[![Crates.io](https://img.shields.io/crates/v/boxletters)](https://crates.io/crates/boxletters) 
[![Docs.rs](https://docs.rs/boxletters/badge.svg)](https://docs.rs/boxletters) 
[![Build](https://github.com/Ewpratten/boxletters/actions/workflows/build.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/build.yml)
[![Clippy](https://github.com/Ewpratten/boxletters/actions/workflows/clippy.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/clippy.yml)
[![Audit](https://github.com/Ewpratten/boxletters/actions/workflows/audit.yml/badge.svg)](https://github.com/Ewpratten/boxletters/actions/workflows/audit.yml)


`boxletters` is a commandline tool for converting strings of text to [`regional_indicator`](https://en.wikipedia.org/wiki/Regional_indicator_symbol) emoji.

## Example input

```sh
boxletters hello world
```

## Example output

![Output](emoji-demo.png)

## Installation

This crate can be installed via `cargo` with:

```sh
cargo install boxletters
```