mhs 0.4.0

mhs is http server using in cli
Documentation
# mhs
![Build](https://github.com/tokiedokie/mhs/workflows/Build/badge.svg)
![Crates.io](https://img.shields.io/crates/d/mhs)
![Crates.io](https://img.shields.io/crates/v/mhs)
[![GitHub license](https://img.shields.io/github/license/tokiedokie/mhs)](https://github.com/tokiedokie/mhs/blob/master/LICENSE)

mhs is http server for cli like `http-server` for nodejs or `http.server` for python

## Installation

```sh
cargo install mhs
```

## Usage

```sh
mhs
```

or

```sh
mhs <port>
```