You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking about what an ideal implementation of this would look like, but my Rust knowledge is seriously lacking in most areas. The canonical approach where one creates the enums upfront seems rough to me from a maintenance / verification perspective.
I've only done some cursory investigation, but would something like a build script which generates the enums be desirable? This would likely use a data directory as mentioned in #90 and generate rust files with the enums.
There's a couple reasons to not use build-scripts for this. Mostly, that I want to keep build time down, and the enum generation could potentially take a while to complete.
Enumerate in
Language
andRegion
enums according to the standards.The text was updated successfully, but these errors were encountered: