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

Common derivable trait names #36

Closed JOOpdenhoevel closed 4 years ago

JOOpdenhoevel commented 4 years ago

This change unifies the names for derivable collection traits, as well as everything that surrounds them. I've decided on "Collection", since these really are collections of something and therefore should be called this way.

Closes #25