RustAudio / vst-rs

VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement FromStr for CanDo

crsaracco opened this issue · comments

Clippy identified that we should implement the FromStr trait for CanDo instead of just making our own from_str function.

This decision came out of #104, but I didn't want to do it there because it is a slight function signature change. I think it should be pretty easy though.

Note: see #117 for some discussion.

commented

Closing for now to match the discussion in 117.