ungai 0.6.2

A unique name generator based on Markov Chain
![Banner](assets/logo.png)

# ungai

![Rust](https://img.shields.io/badge/Language-Rust-orange)
![License](https://img.shields.io/badge/License-MIT-blue)

> A high-performance unique name generator based on Markov Chains

## Installation

You will need a [Rust Toolchain](https://rust-lang.org/tools/install/) installed on your system.

Then run

```bash
cargo install ungai
```

This will install ungai binary on your system.

## Usage

Run

```bash
ungai --help
```
or
```bash
ungai -h
```

The `help` message is well documented all thanks to the amazing [clap](https://github.com/clap-rs/clap) crate.

For more info on how to use this cli see [Usage.md](https://github.com/syioa/ungai/tree/main/Usage.md).