/Enum_iter_derive

Experimenting with rust macros for deriving enum and struct utilities

Primary LanguageRust

Enum_iter_derive.rs

Just some experimentation with rust derive procedural macros. They mostly revolve around structs and enums. These are not fast, hygienic or robust, however they are a great proof of concept and exploration. They all use compile time macros to write the code for each thing.