Cargo Features
RTP-MIDI has no features set by default.
[dependencies]
rtpmidi = { version = "0.2.1", features = ["mdns", "examples"] }
- default examples?
-
These default features are set whenever
rtpmidi
is added without
somewhere in the dependency tree.default-features = false - mdns = hostname, local-ip-address, mdns-sd
- examples = colog, default
-
Enables rt-multi-thread of tokio
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.