mtproxy 0.0.0

MTProto Proxy Server
mtproxy-0.0.0 is not a library.

mtproxy

Installation

You can use the cargo install command:

$ cargo install mtproxy

or a classic build and run:

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