Docs.rs
midilab-0.1.1
midilab 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
molenick
Dependencies
bytemuck ^1.24.0
normal
enumeric ^0.1.2
normal
num_enum ^0.7.5
normal
strum ^0.27.2
normal
strum_macros ^0.27
normal
thiserror ^2.0.17
normal
midir ^0.10.3
dev
tokio ^1.48.0
dev
Versions
7.2%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate midilab
midilab
0.1.1
All Items
Crate Items
Modules
Traits
Crate
midilab
Copy item path
Source
Modules
§
error
High-level crate error enums
manufacturer
Device integrations organized by Manufacturer and Device
message
Messages and effects for finite state machines
midi
Midi utilities
scale
Note-mapping utilities
sysex
Sysex deserialization
Traits
§
Into
Enum
Iterator
Convienence re-export so consuming crates of our library one can use derived EnumIter features for our types This trait designates that an
Enum
can be iterated over. It can be auto generated using the
EnumIter
derive macro.