gcast 0.1.5

A library for using Google Cast devices
1
2
3
4
5
6
7
//! Networking related code.

pub use self::transport::Transport;
pub use self::io::Io;

pub mod transport;
pub mod io;