mtproxy 0.0.1

MTProto Proxy Server
# mtproxy

🚧 *Work in progress*

`mio` powered Telegram MTProto proxy server.

## Installation

You can use the `cargo install` command:

    $ cargo install mtproxy

or a classic build and run:

```bash
$ git clone https://github.com/dotcypress/mtproxy
$ cd mtproxy
$ cargo build --release
$ cp target/release/mtproxy ~/.bin # assuming .bin is in your path
```