quil-rs icon indicating copy to clipboard operation
quil-rs copied to clipboard

Use strum::EnumString to implement FromStr on enums

Open Shadow53 opened this issue 2 years ago • 0 comments

PR #89 adds strum for enum ToString implementations. For consistency and code deduplication, we can use strum::EnumString to implement FromStr for those enums (Command, etc.)

Shadow53 avatar Sep 15 '22 18:09 Shadow53