scraper icon indicating copy to clipboard operation
scraper copied to clipboard

Introduce proc macros for scraper

Open LoZack19 opened this issue 5 months ago • 0 comments

As of now, the scraper proc macros are an independent crate, and they don't constitute an optional feature, which is what we want to achieve. Moreover the selector macro replicates parsing both at runtime and at complie time, because the objects from selectors crate don't implement quote's ToToken trait, which could allow us to adopt a more efficient approach. For all this reasons, I'll mark this as a draft for now.

LoZack19 avatar Aug 30 '24 09:08 LoZack19