InstrumentRs: #[derive(Parameter)]
As promised in the last blog post, I spent some time developing a derive macro that allows deriving how new types will be written to and read from an instrument. This blog post is about these changes, how they work, and how they still need to be improved.