msf-webrtc 0.2.0

WebRTC for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
# WebRTC

Currently, this crate only re-exports other crates implementing protocols that
are required for WebRTC implementation.

## Features

* `sdp` - enable session descriptions
* `logging` - enable logging via the `log` crate
* `logging-slog` - enable logging via the `slog` crate