| Crates.io | e_midi_shared |
| lib.rs | e_midi_shared |
| version | 0.1.4 |
| created_at | 2025-06-26 09:33:28.464907+00 |
| updated_at | 2025-06-29 06:50:09.57057+00 |
| description | Shared types/midi/MusicXML logic for e_midi and its build script. |
| homepage | https://github.com/davehorner/e_midi/ |
| repository | https://github.com/davehorner/e_midi/ |
| max_upload_size | |
| id | 1727088 |
| size | 150,333 |
Shared types and MusicXML/MIDI logic for the e_midi project.
This crate provides all the common types, MusicXML parsing, and extraction logic used by both the main e_midi crate and its build scripts. It is not intended to be used directly by end users, but as an internal dependency for the workspace.
Add as a dependency in your workspace:
[dependencies]
e_midi_shared = { path = "../e_midi_shared" }
Or as a build-dependency:
[build-dependencies]
e_midi_shared = { path = "../e_midi_shared" }
See the main workspace LICENSE file.