libwing 1.0.4

A library for communicationg with the Behringer Wing Digital Mixer
Documentation
1
2
3
4
5
6
use std::collections::HashMap;
use crate::node::WingNodeDef;

lazy_static::lazy_static! {
    pub static ref NAME_TO_DEF: HashMap<String, WingNodeDef> = HashMap::new();
}