[][src]Macro huemanity::state

macro_rules! state {
    ($($i:ident:$v:expr), *) => { ... };
}

Super useful macro to create SendibleState

// Usage example
let sendable_state: SendableState = state!(on: true, xy: [1.0, 0.0])