oxicast 0.0.1

Async Google Cast (Chromecast) client for Rust, built on tokio
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    prost_build::compile_protos(&["proto/cast_channel.proto"], &["proto/"])?;
    Ok(())
}