RustAudio / rust-lv2

A safe, fast, and modular framework to create LV2 plugins, written in Rust
Apache License 2.0
171 stars 23 forks source link

Separate URID crate #45

Closed JOOpdenhoevel closed 4 years ago

JOOpdenhoevel commented 4 years ago

The URI, UriBound and URID systems are very useful, so useful that they could be used by other projects completely separate from the LV2 ecosystem.

Therefore, all URI-related stuff should be bundled in an individual crate; Maybe the lv2-urid crate, maybe another one.