linera-io/linera-protocol

Use a dedicated proc-macro parsing library for attribute parsing in `linera-witty-macros`

Open

Aperta il 6 mar 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (32.149 star) (2354 fork)batch import
good first issue

Descrizione

Currently we have a hand-rolled attribute parser in linera-witty-macros. It would be nice to replace it with a mature solution like darling or deluxe, which should reduce some code duplication by allowing us to use an option struct as the source of truth for our attributes.

Guida contributor