midi2 0.11.1

Ergonomic, versatile, strong types wrapping MIDI 2.0 message data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod bit_ops;
mod encode_7bit;

pub mod common_err_strings;
pub mod common_properties;
pub mod helpers;
pub mod property;
pub mod schema;

#[cfg(test)]
pub mod test_support;

pub use bit_ops::BitOps;
pub use encode_7bit::Encode7Bit;