Registry / other / surge-types

surge-types

JSON →
library0.2.12-alpha.0rscratesunverified

Provides enumerations and types for selecting synth features in the Surge synthesizer.

# Cargo.toml [dependencies] surge-types = "0.2.12-alpha.0"
INSTALL
IMPORT
SIG · SURGE-TYPES
S
surge-types
otherrustv0.2.12-alpha.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SynthFeatures
✓ use surge_types::SynthFeatures;

Demonstrates importing and using a primary enumeration from surge-types.

use surge_types::SynthFeatures; fn main() { let features = SynthFeatures::default(); println!("Features: {:?}", features); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.12-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
surge-types — cargo add surge-types · libregistry