magiclen / educe

This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
MIT License
127 stars 11 forks source link

Use attribute.path.is_ident to filter all attributes #10

Closed jf2048 closed 1 year ago

jf2048 commented 1 year ago

Now parse meta is run after checking the path every time.

Fixes #9

magiclen commented 1 year ago

Thank you!!