mtk 0.3.4

General purpose toolkit.
Documentation
# mtk - General purpose toolkit

`mtk` provides implementations for UI design, including CLI and GUI.

## Usage

Add the following to your `Cargo.toml`:

```toml
mtk = "0.3"
```

## License

This project is licensed under either of

* [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0
  ([LICENSE-APACHE]https://github.com/rust-lang/mtk/blob/master/LICENSE-APACHE)

* [MIT License]https://opensource.org/licenses/MIT
  ([LICENSE-MIT]https://github.com/rust-lang/mtk/blob/master/LICENSE-MIT)

at your option.