gcast 0.1.5

A library for using Google Cast devices
//! Events that occur on Cast devices.

/// An event that occurred on a device.
#[derive(Clone, Debug)]
pub enum Event
{
    /// The status of the receiver was updated.
    StatusUpdated,
}