Crates.io | surge-imports |
lib.rs | surge-imports |
version | 0.2.12-alpha.0 |
source | src |
created_at | 2022-06-21 03:48:03.699675 |
updated_at | 2023-04-07 19:45:56.215753 |
description | adsr envelopes from the surge synthesizer |
homepage | |
repository | https://github.com/klebz/surge-rs |
max_upload_size | |
id | 609877 |
size | 10,566 |
This crate encapsulates the third-party dependencies
for the surge*
Rust workspace.
The surge*
Rust workspace consists of multiple crates
that make up the Surge synthesizer system. This crate
imports and re-exports the necessary dependencies for
the system, such as SIMD instruction sets, FFT
algorithms, and more.
By using this crate, the user of the surge*
system can
more easily manage the dependencies and ensure
compatibility between the different subcomponents of
the system.