reflect icon indicating copy to clipboard operation
reflect copied to clipboard

Compile-time reflection API for developing robust procedural macros (proof of concept)

Results 3 reflect issues
Sort by recently updated
recently updated
newest added

As of now the MakeImpl trait is limited to creating only functions for an impl, which restricts the traits which can be derived using this crate.

Hey, can i iterate over struct fields with this library, can you please show me a basic example, my current struct has like 40 fields all are of type `Option`...

At this point, a call to `derive` may return a different output between two calls on the same input. This has to do with how new generic parameters are created...

enhancement