Port Rust sendrecv example to asynchronous IO and completely rewrite
authorSebastian Dröge <sebastian@centricular.com>
Thu, 27 Jun 2019 10:54:23 +0000 (13:54 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 27 Jun 2019 10:54:23 +0000 (13:54 +0300)
commita47bdbb21f7f4eaf8e0396abe88ea45f89ff4b42
treef4a8e21ee63bbdb420521c7177479c992ead8554
parentbb36c08126751f2c9307a262b525d0b91ece4d80
Port Rust sendrecv example to asynchronous IO and completely rewrite

Code should be easier to follow now and also supports TLS WebSockets
now.

Fixes https://github.com/centricular/gstwebrtc-demos/issues/70
webrtc/sendrecv/gst-rust/Cargo.lock
webrtc/sendrecv/gst-rust/Cargo.toml
webrtc/sendrecv/gst-rust/src/main.rs