mumble-protocol-2x 0.6.0

Rust implementation of the Mumble protocol
Documentation
1
2
3
4
5
6
7
8
9
10
# mumble-protocol

[![Crates.io](https://img.shields.io/crates/v/mumble-protocol.svg)](https://crates.io/crates/mumble-protocol)
[![License](https://img.shields.io/crates/l/mumble-protocol.svg)](https://github.com/johni0702/rust-mumble-protocol/blob/master/LICENSE)
[![Documentation](https://docs.rs/mumble-protocol/badge.svg)](https://docs.rs/mumble-protocol)

Rust implementation of the Mumble protocol for use in clients and servers.

## Usage
See `examples/echo_client.rs`.