map-to-const 0.2.0

Easily convert HashMap<K, V> to constant [(K, V); N] values.
Documentation
# Examples

This folder contains example scripts that can be used to interact with
the `map-to-const` crate.

## Quickstart

First, start out by cloning the GitHub project:

```shell
❯❯ git clone https://github.com/rnag/map-to-const.git
```

Then, simply `cd` into the project folder:

```shell
❯❯ cd map-to-const
```

From here, you can use `cargo` to build and run
any of the examples individually.

In particular, here's a sample usage of running `examples/simple.rs`:

```shell
❯❯ cargo run --example simple
```