| Crates.io | helgoboss-midi |
| lib.rs | helgoboss-midi |
| version | 0.4.0 |
| created_at | 2020-05-07 21:59:26.71475+00 |
| updated_at | 2022-06-08 11:00:02.078666+00 |
| description | Interfaces, data structures and utilities for dealing with MIDI messages according to the MIDI 1.0 specification |
| homepage | |
| repository | https://github.com/helgoboss/helgoboss-midi |
| max_upload_size | |
| id | 238717 |
| size | 204,538 |
Interfaces, data structures and utilities for dealing with MIDI messages in Rust according to the MIDI 1.0 specification.
Add this to your Cargo.toml:
[dependencies]
helgoboss-midi = "0.4.0"
If you want to use it in a no_std context, add this instead:
[dependencies]
helgoboss-midi = { version = "0.4.0", default-features = false }
The documentation contains a feature list and usage examples.