-
Hi!
I would like to ask if we can add a method to `ParseCallback` that emits custom attributes? I have a several larger enums generated by bindgen and would like to use `strum::EnumString` to look up …
-
## Problem Description
I'm trying to iterate over the values of an enum generated by Prost, which is something I typically achieve using the [Strum crate](https://docs.rs/strum_macros/latest/strum_…
-
Sometimes, strumming a HOPO on guitar leads to losing your streak. I suspect it has to do with strumming too early or too soon in relation to fretting the note. The most common time where this is appl…
-
See
https://surikov.github.io/midi-sounds-react-examples/examples/midi-sounds-example8/build/
for guitar strumming
Source for React https://www.npmjs.com/package/midi-sounds-react
-
This crate is amazing for tackling a lot of boilerplate code and also ensuring variant name changes propagate to the trait implementations. I use `AsRefStr` and `EnumString` quite a lot.
However, a…
-
https://ci.appveyor.com/project/Peternator7/strum/builds/50627236
```
error[E0658]: deriving `Default` on enums is experimental
--> C:\Users\appveyor\.cargo\registry\src\github.com-1ecc6299db9…
-
We currently have approximately 548 unique dependencies (after the rust-bitcoin migration concludes):
```
$ cargo tree --workspace --prefix none --prune bitcoin@0.29.2 --prune bitcoin@0.30.2 | gre…
-
PS3 guitar hero controller is detected and all other keybinds work, but the strum does not work, so no notes can be activated.
-
monitors with 16:10 resolution do not work properly without changing device resolution
-
I need to add a custom attribute to a type generated via `strum_discriminants`:
```rust
#[derive(EnumDiscriminants)]
#[strum_discriminants(
name(MyEnumD),
derive(CustomDerive),
Cus…