How would folks feel about me adding Strum to the ...
# development
h
How would folks feel about me adding Strum to the codebase? It's a collection of macros for working with enums, e.g. macros to convert enum variants to strings. I'm trying to add an FFI function that returns all the
Metric
variants represented as strings, and I'd like to use their
EnumIter
macro. https://github.com/Peternator7/strum
Example of how much code it allows us to delete:
h
never heard of
Strum
before but this seems like a broadly-useful set of macros, I have no reason to object to it
👍 1
a
Sounds good :)
❤️ 1